view vendor/plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 569:f1ef29202956 feature_36

Fix method name, fixing #222
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 09 Aug 2011 14:52:08 +0100
parents aed18b463206
children
line wrap: on
line source
class AuthorshipsController < ApplicationController
  
  def index
    
  end
  

  def update
  end
end