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

Fix Rails 7.1 coder deprecation warning #219

Closed spacepotato closed 10 months ago

spacepotato commented 10 months ago

What

Passing in coder as a named argument instead of a positional argument. This will no longer be supporter in Rails 7.2 and currently throws a deprecation warning in Rails 7.1.

For reference:

Screen Shot 2023-11-01 at 12 53 51 pm