]> git.openstreetmap.org Git - rails.git/commit
Add framework for parameter validation using rails_param gem
authorTom Hughes <tom@compton.nu>
Thu, 11 Apr 2024 07:45:12 +0000 (08:45 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Apr 2024 09:08:20 +0000 (10:08 +0100)
commitfeff501b25ef5116fb9bc847dfb679919b44dce3
tree2c3c446d42676c17e17178650430f2fe71b51dfa
parentba90fe97ea7b4f7a9da33ab1f4b8f3f693dbc596
Add framework for parameter validation using rails_param gem
Gemfile
Gemfile.lock
app/controllers/application_controller.rb
app/controllers/errors_controller.rb
app/views/errors/bad_request.html.erb [new file with mode: 0644]
config/brakeman.ignore [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/errors_controller_test.rb