Sha256: c79000694b35274a4a6a0a5cd00f98a52c601a2cf8f324d5a61be2cc06932de4
Contents?: true
Size: 523 Bytes
Versions: 3
Compression:
Stored size: 523 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 # display_name_translations :jsonb not null #
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.4.0.rc.1 | app/models/produce_type.rb |
enju_biblio-0.4.0.beta.2 | app/models/produce_type.rb |
enju_biblio-0.4.0.beta.1 | app/models/produce_type.rb |