Sha256: 8aa6dc1c6bd71e6bec9603c171b32383e7e523bf10b07ead2ea367142b8858c2
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
class BudgetType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position include MasterModel default_scope :order => 'budget_types.position' has_many :items end # == Schema Information # # Table name: budget_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_library-0.1.0.pre5 | app/models/budget_type.rb |
enju_library-0.1.0.pre4 | app/models/budget_type.rb |
enju_library-0.1.0.pre3 | app/models/budget_type.rb |