Sha256: 7b76e7f327ed15957cfe0493e09d6fc0ef939306aae0852761eaa6acb5d50ead
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
class ProduceType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position include MasterModel default_scope order: 'produce_types.position' end # == Schema Information # # Table name: produce_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/produce_type.rb |
enju_biblio-0.1.0.pre57 | app/models/produce_type.rb |
enju_biblio-0.1.0.pre56 | app/models/produce_type.rb |