Sha256: 4380747d0f382791df88e6d563b7d79339b30dcc75cbf2b2887adc9be411e5d5
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 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.pre36 | app/models/budget_type.rb |
enju_library-0.1.0.pre35 | app/models/budget_type.rb |
enju_library-0.1.0.pre34 | app/models/budget_type.rb |