Sha256: 9f6a2a617a3274fa47251e54d104891858ea9d973d8b4f6db09e84f87c707f57
Contents?: true
Size: 377 Bytes
Versions: 15
Compression:
Stored size: 377 Bytes
Contents
class ProduceType < ActiveRecord::Base include MasterModel default_scope { order('produce_types.position') } end # == Schema Information # # Table name: produce_types # # id :integer not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 14 versions & 2 rubygems