RubyMoney / money-rails

Integration of RubyMoney - Money with Rails
MIT License
1.79k stars 386 forks source link

Using nested forms with accepts_nested_attributes_for monetize fields don't save #702

Open creativetags opened 2 months ago

creativetags commented 2 months ago

I have a text field for :price that works if you save the model directly but doesn't save if you try to save through the parent model using accepts_nested_attributes_for. I'm running Rails 7.1.3.4 money-rails 1.15.0

HamptonMakes commented 3 weeks ago

Same issue! I wonder why this is happening...?