DmitryTsepelev / store_model

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

Treat all Hash-like input as a Hash #181

Closed ql closed 2 months ago

ql commented 2 months ago

issue #120 - first try an easy way

Morozzzko commented 1 month ago

oh my goodness I just found that in the changelog and THANK YOU FOR THAT

I can now drop a lot of unnecessary .to_h's from my code

THANK YOU