app/models/invoice.rb in erp_invoicing-3.0.6 vs app/models/invoice.rb in erp_invoicing-3.1.0

- old
+ new

@@ -1,5 +1,7 @@ class Invoice < ActiveRecord::Base + attr_protected :created_at, :updated_at + acts_as_document belongs_to :billing_account belongs_to :invoice_type belongs_to :invoice_payment_strategy_type