Sha256: 21d7d8dcafa15863ab03552483b1d073ac73a9de062aab71671451676cc1a7b7
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 Bytes
Contents
class RealizeType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position 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 not null # updated_at :datetime not null #
Version data entries
4 entries across 4 versions & 1 rubygems