money-rails
money-rails copied to clipboard
money_rails:initializer does not appear to work on Rails 7.1
I am using Rails 7.1.3.2, and the initializer does not appear to work, with any variant of money-rails or money_rails. Looked in Gemfiles and see only 7.0.
Adjusted my bundle to revert to 7.0.8, but that caused other issues.
Also, the MoneyRails object described in the config/initializers/money.rb referenced in the README.md is not being created.
Thanks in advance!