DmitryTsepelev / store_model

Work with JSON-backed attributes as ActiveRecord-ish models
MIT License
1.04k stars 85 forks source link

Fix accepts_nested_attributes_for with `allow_destroy: true` raising … #163

Closed dush closed 8 months ago

dush commented 9 months ago

…error when database is not initialized or table for model doesnt exist

timwis commented 8 months ago

Thanks @dush! This would have taken me ages to track down. @DmitryTsepelev would you mind publishing this fix on rubygems when you have a moment?