Sha256: a1f9d789c7001bb01fa1b5aad299bd234d791e947634cbc452dfa4ffd976ae3a
Contents?: true
Size: 382 Bytes
Versions: 14
Compression:
Stored size: 382 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(255) # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems