To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / generators / redmine_plugin_model / templates / model.rb.erb @ 441:cbce1fd3b1b7

History | View | Annotate | Download (62 Bytes)

1
class <%= class_name %> < ActiveRecord::Base
2
  unloadable
3
end