envato / double_entry

A double-entry accounting system for Ruby applications.
https://rubygems.org/gems/double_entry
MIT License
422 stars 68 forks source link

DoubleEntry.transfer returns nil #189

Closed timigod closed 2 years ago

timigod commented 4 years ago

DoubleEntry.transfer always returns nil.

I think it'd be more useful if it returns the credit & debit lines like the create_lines method does. Is there any reason it returns nil?