view vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 554:026c9747fe9b feature_36

Addresses Feature #228. Already able to remove projects associated with a publication.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 02 Aug 2011 16:50:22 +0100
parents 40144aa9dfe7
children 8fa35731c959
line wrap: on
line source
class AuthorsController < ApplicationController
  
  def index
    @authors = Author.find(:all)
  end

end