view plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 1246:d375687d09b5 redmine-2.2-integration

Removed unnecessary file.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 28 Mar 2013 15:07:47 +0000
parents b4b72f1eb644
children 4d5d25039a5f
line wrap: on
line source
class AuthorshipsController < ApplicationController
  
  def index
    
  end
  

  def update
  end
end