annotate vendor/plugins/redmine_bibliography/app/controllers/authors_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 40144aa9dfe7
rev   line source
luis@328 1 class AuthorsController < ApplicationController
luis@328 2
luis@328 3 def index
luis@328 4 @authors = Author.find(:all)
luis@328 5
luis@328 6 end
luis@328 7 end