Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 391:fecd4b2f4b77 feature_36
fixed multistep form;
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Apr 2011 17:08:52 +0100 |
parents | aed18b463206 |
children | 40144aa9dfe7 |
line wrap: on
line source
class AuthorsController < ApplicationController def index @authors = Author.find(:all) end end