You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2020. It is now read-only.
Which prevents save/create of models if the user makes mistake of specifying field names as strings instead of symbols.
It will require activesupport as a dependency, however since most people using this gem will already be using rails, I don't see any reason not to add that dependency. Also if you add active model as a dependency as per #95 , dependency will be met anyways. Im happy to PR if you will accept.