lib/myfinance/entities/financial_account.rb in myfinance-1.3.1 vs lib/myfinance/entities/financial_account.rb in myfinance-1.4.0
- old
+ new
@@ -20,10 +20,10 @@
[:due_date, :occurred_at, :document_emission_date, :reminded_at].each do |k|
attribute k, Date
end
[:created_at, :updated_at].each { |k| attribute k, DateTime }
- attribute :financial_account_taxes_attributes, Array[Hash]
+ attribute :tax_charges_attributes, Array[Hash]
attribute :reconciliations, Hash[String => Array]
attribute :links, Array[Hash[String => String]]
end
end
end