Sha256: 634763f437821732722a5ecb959cbd697bdf0a701d46724f61a9e85c664f24e7
Contents?: true
Size: 467 Bytes
Versions: 3
Compression:
Stored size: 467 Bytes
Contents
class CreateType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position include MasterModel default_scope order: 'create_types.position' end # == Schema Information # # Table name: create_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/create_type.rb |
enju_biblio-0.1.0.pre57 | app/models/create_type.rb |
enju_biblio-0.1.0.pre56 | app/models/create_type.rb |