summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_model/templates/model.rb.erb
blob: 71284e96d0699c3021ebeafd4a5e0ba00dbced60 (plain)
1
2
3
class <%= @model_class %> < ActiveRecord::Base
  unloadable
end