annotate lib/generators/redmine_plugin_model/templates/model.rb.erb @ 1424:637ee26ae557 biblio_alt_search_auth

Removed labelled_form_for from edit view
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 02 Oct 2013 16:52:56 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 class <%= @model_class %> < ActiveRecord::Base
Chris@0 2 unloadable
Chris@0 3 end