Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/app/controllers/authors_controller.rb @ 476:9867ed78c4c1 cannam_integration
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 27 Jun 2011 12:38:09 +0100 |
parents | 40144aa9dfe7 |
children | 8fa35731c959 |
line wrap: on
line source
class AuthorsController < ApplicationController def index @authors = Author.find(:all) end end