Sha256: 77f564e16340ed6b6b4cad98b1e08fc316fefd78c4fba7328f2e1abdeabbb9f0
Contents?: true
Size: 377 Bytes
Versions: 15
Compression:
Stored size: 377 Bytes
Contents
class RealizeType < ActiveRecord::Base 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
15 entries across 14 versions & 2 rubygems