annotate vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 600:c3c1091639ad feature_36

Some JS changes to the behaviour of user/author selection interface.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 16 Aug 2011 17:38:30 +0100
parents 40144aa9dfe7
children 8fa35731c959
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@406 5 end
luis@328 6
luis@328 7 end