view vendor/plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 328:aed18b463206 feature_36

Created the "author", "publication" and "authorship" models and controllers.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 29 Mar 2011 14:33:32 +0100
parents
children
line wrap: on
line source
class AuthorshipsController < ApplicationController
  
  def index
    
  end
  

  def update
  end
end