DmitryTsepelev / store_model

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

docs: fix missing option in sample code #145

Closed akinomaeni closed 1 year ago

akinomaeni commented 1 year ago

We didn't pass serialize_unknown_attributes option in the sample code that explains the behavior when the option is passed.