debitcredit icon indicating copy to clipboard operation
debitcredit copied to clipboard

Double Entry Accounting for Rails

Results 1 debitcredit issues
Sort by recently updated
recently updated
newest added

Since ActiveRecord 5.0 the "[]" method is not called via method_missing: https://github.com/rails/rails/blob/v5.0.0/activerecord/lib/active_record/relation/delegation.rb#L39 So accounts[:outstanding, :liability, true] raises "ArgumentError: wrong number of arguments (given 3, expected 1..2)" exception. I think that...