view vendor/plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 1188:703784e12455 cannam

Text fix
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 15:44:09 +0000
parents aed18b463206
children
line wrap: on
line source
class AuthorshipsController < ApplicationController
  
  def index
    
  end
  

  def update
  end
end