view lib/generators/redmine_plugin_model/templates/model.rb.erb @ 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 513646585e45
children 433d4f72a19b
line wrap: on
line source
class <%= class_name %> < ActiveRecord::Base
  unloadable
end