Sha256: 633ceaa2c229f4ab923a97c33d0f4395dc379c2416888d9195d97a1b8b9a1ecf
Contents?: true
Size: 438 Bytes
Versions: 7
Compression:
Stored size: 438 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 # updated_at :datetime #
Version data entries
7 entries across 7 versions & 1 rubygems