Sha256: d631cf601e75d29b8cd46bb33564dbd95b71a48086a43cf7755b5c3b420b1da1
Contents?: true
Size: 438 Bytes
Versions: 7
Compression:
Stored size: 438 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 # updated_at :datetime #
Version data entries
7 entries across 7 versions & 1 rubygems