envato / double_entry

A double-entry accounting system for Ruby applications.

Home Page:https://rubygems.org/gems/double_entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `DoubleEntry::Line#meta`

orien opened this issue · comments

The need to store business meta data in each line is dubious. The implementation, marshalling the object to a textual column, brittle. The attribute meta should be removed.

The use case of associating business events to a monetary transfer is satisfied by the polymorphic association of DoubleEntry::Line#detail.