Commit 69e9d5d
Cassidy K
Adding with_indiferent_access to controller params
In Rails 4.2, `to_unsafe_hash` converts the `params` to a Hash and the
values can only be accessed with the keys as strings.
This change allows for compatibility with Rails 4.2.1 parent 14a9421 commit 69e9d5d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments