Sha256: d028095a91c1d6b5dcfa0773bfe3d4956caecdf9adba6b0f1d589c2312df1fc0

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

class GlAccount < ActiveRecord::Base
  attr_protected :created_at, :updated_at

  acts_as_nested_set
  include ErpTechSvcs::Utils::DefaultNestedSetMethods 
  
  has_many  :price_plan_comp_gl_accounts
  has_many  :pricing_plan_components, :through => :price_plan_comp_gl_accounts
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
erp_financial_accounting-4.2.0 app/models/gl_account.rb
erp_financial_accounting-4.0.0 app/models/gl_account.rb
erp_financial_accounting-3.1.0 app/models/gl_account.rb