Skip to content

Commit

Permalink
Merge pull request #216 from eadz/patch-1
Browse files Browse the repository at this point in the history
Update Reademe
  • Loading branch information
orien authored Jan 31, 2023
2 parents 6888111 + 8e3a54a commit 144e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Keep track of all the monies!
DoubleEntry is an accounting system based on the principles of a
[Double-entry Bookkeeping](http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system)
system. While this gem acts like a double-entry bookkeeping system, as it creates
two entries in the database for each transfer, it does *not* enforce accounting rules.
two entries in the database for each transfer, it does *not* enforce accounting rules, other than optionally ensuring a balance is positive, and through an allowlist of approved transfers.

DoubleEntry uses the [Money gem](https://github.com/RubyMoney/money) to encapsulate operations on currency values.

Expand Down

0 comments on commit 144e824

Please sign in to comment.