view vendor/plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 936:59dd57d06e1e luisf

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 10 Jul 2012 16:18:26 +0100
parents aed18b463206
children
line wrap: on
line source
class AuthorshipsController < ApplicationController
  
  def index
    
  end
  

  def update
  end
end