Sha256: 866b2b45849bd13de04b94e4cf805965e3f2611c359af5b6a8be0db433f5a797
Contents?: true
Size: 496 Bytes
Versions: 28
Compression:
Stored size: 496 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 not null # updated_at :datetime not null #
Version data entries
28 entries across 28 versions & 1 rubygems