aboutsummaryrefslogtreecommitdiff
path: root/config/initializers/strong_params.rb
Commit message (Collapse)AuthorAge
* Fix the strong params configChristopher Baines2018-04-03
| | | | Raise everywhere, instead of log, as this is more explicit.
* Error on unpermitted strong parametersChristopher Baines2018-04-03
Unless running in the production environment. This helps with development as errors are caught earlier.