Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 535:dd9d9c0ff0f9 feature_36
created the helpers to display correctly the My Publications Authors and Projects.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Jul 2011 18:25:14 +0100 |
parents | 40144aa9dfe7 |
children | 8fa35731c959 |
line wrap: on
line source
class AuthorsController < ApplicationController def index @authors = Author.find(:all) end end