diff --git a/app/controllers/exceptions.rb b/app/controllers/exceptions.rb index c3fb590..8a089d3 100644 --- a/app/controllers/exceptions.rb +++ b/app/controllers/exceptions.rb @@ -1,4 +1,6 @@ class Exceptions < Application + include MerbExceptions::ControllerExtensions + # handle NotFound exceptions (404) def not_found do_your_render_thing