Sha256: 78f2014109e1b78a0d79fcdbfc72df0c95b99521346a625069ce0aaf2e00afd1
Contents?: true
Size: 376 Bytes
Versions: 19
Compression:
Stored size: 376 Bytes
Contents
class ProduceType < ApplicationRecord 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
19 entries across 19 versions & 1 rubygems