Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/app/controllers/publications_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 | 4575b631f6ce |
line wrap: on
line source
class PublicationsController < ApplicationController unloadable def index end def create end def edit end def update end end