From 8fd72befdb36a67373349ea3b579918d5ad0fc89 Mon Sep 17 00:00:00 2001 From: Coleman Date: Fri, 17 Oct 2008 03:13:45 -0500 Subject: [PATCH] require module --- app/controllers/exceptions.rb | 2 ++ 1 file changed, 2 insertions(+) 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