Sha256: fb22da2dfd8371bf3c4a44a8f4d75c1aefde959be5de98f8524533bfb856299e
Contents?: true
Size: 460 Bytes
Versions: 7
Compression:
Stored size: 460 Bytes
Contents
class RequestStatusType < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => 'position' has_many :reserves end # == Schema Information # # Table name: request_status_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
7 entries across 7 versions & 1 rubygems