Sha256: 07c0fbc3eb485ca5c06dd290d04efd4856df826569195faa856543111d85ee09
Contents?: true
Size: 376 Bytes
Versions: 19
Compression:
Stored size: 376 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 #
Version data entries
19 entries across 19 versions & 1 rubygems