Sha256: 1f0764559ca6c903e5189d9fb1887cb9e76fceaeba2b8dd07ed1f689f5ab8ad7

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

class CreateType < ApplicationRecord
  include MasterModel
  default_scope { order('create_types.position') }
end

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