Using nested forms with accepts_nested_attributes_for monetize fields don't save
creativetags opened this issue · 2 comments
creativetags commented
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
Same issue! I wonder why this is happening...?