-
- Downloads
GRN2-174: Added 404 if user does not exist (#609)
* Added 404 if user does not exist * Differentiated between 404 and 500 * Rspec fixes
Showing
- app/controllers/application_controller.rb 14 additions, 3 deletionsapp/controllers/application_controller.rb
- app/views/errors/not_found.html.erb 10 additions, 5 deletionsapp/views/errors/not_found.html.erb
- config/locales/en.yml 2 additions, 0 deletionsconfig/locales/en.yml
- spec/controllers/application_controller_spec.rb 28 additions, 0 deletionsspec/controllers/application_controller_spec.rb
Please register or sign in to comment