Sha256: c7c7486229b7e2f996e44470730083b44ae8ff72117174b30c97f861ba2b1748
Contents?: true
Size: 427 Bytes
Versions: 12
Compression:
Stored size: 427 Bytes
Contents
class RealizeType < ActiveRecord::Base attr_accessible :name, :display_name, :note 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
12 entries across 12 versions & 1 rubygems