DmitryTsepelev / store_model

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

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

Closed dush closed 11 months ago

dush commented 11 months ago

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

timwis commented 10 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?