Sha256: b0794feb122258b534b6fcb6b781ca89ead4631323d800cf681665df95f66bf1
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
class DepreciationSetting < ActiveRecord::Base has_many :assets belongs_to :organization # def dep_count(organization) # Asset.where(:depreciation_settings_id => organization.depreciation_settings).count # end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pshq_engine-0.1.6 | app/models/depreciation_setting.rb |
pshq_engine-0.1.5 | app/models/depreciation_setting.rb |
pshq_engine-0.0.1 | app/models/depreciation_setting.rb |