annotate lib/generators/redmine_plugin_model/templates/model.rb.erb @ 265:f4a7c5aebbb5 live

Sort files with active first, by default
author Chris Cannam
date Fri, 04 Mar 2011 16:12:28 +0000
parents 513646585e45
children 433d4f72a19b
rev   line source
Chris@0 1 class <%= class_name %> < ActiveRecord::Base
Chris@0 2 unloadable
Chris@0 3 end