DmitryTsepelev / store_model

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

Propogate validation context to store model #143

Closed penguoir closed 1 year ago

penguoir commented 1 year ago

When we validate a model with a specific context, also validate its stores under that context.

See #141

penguoir commented 1 year ago

I have no experience with RSpec so please let me know if you'd like me to move anything around.

Also, excuse the embarrassing typo Propogate -> Propagate 🤦