view lib/generators/redmine_plugin_model/templates/model.rb.erb @ 1543:05d639e5d59b feature_1136

First cut of a git export script
author Chris Cannam
date Tue, 12 Jan 2016 15:15:02 +0000
parents 433d4f72a19b
children
line wrap: on
line source
class <%= @model_class %> < ActiveRecord::Base
  unloadable
end