Sha256: 4eb63d681c1928771699df97feedbfb4d0878d736a7c85697ca04d6ce1872744
Contents?: true
Size: 473 Bytes
Versions: 47
Compression:
Stored size: 473 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
47 entries across 47 versions & 2 rubygems