Sha256: f53ffbcbfe640c1f5504b6c940fd1e5e49f4ad7466715c74644ad8888529b740

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

class RealizeType < ApplicationRecord
  include MasterModel
  default_scope { order('realize_types.position') }
end

# == Schema Information
#
# Table name: realize_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/realize_type.rb
enju_biblio-0.4.0.beta.2 app/models/realize_type.rb
enju_biblio-0.4.0.beta.1 app/models/realize_type.rb