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 has been archived by the owner on Aug 17, 2017. It is now read-only.
I ran into an issue today with nested numbers as keys breaking permit. It only breaks if the key is nested. If it's a top-level key it works just fine.
I ran into an issue today with nested numbers as keys breaking
permit
. It only breaks if the key is nested. If it's a top-level key it works just fine.I'm using Rails 4.2.6 and Ruby 2.3.0.
Examples:
broken
works
Of course renaming your keys is the easy workaround. Just thought I'd create some documentation around the issue.
The text was updated successfully, but these errors were encountered: