Sha256: 3a8f1358a5a3649373f2b4650b5b45255c132b4b8ad7b5566dcc5b45413e58f6
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
class RealizeType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position include MasterModel default_scope order: 'realize_types.position' end # == Schema Information # # Table name: realize_types # # id :integer not null, primary key # name :string(255) # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre58 | app/models/realize_type.rb |
enju_biblio-0.1.0.pre57 | app/models/realize_type.rb |
enju_biblio-0.1.0.pre56 | app/models/realize_type.rb |