From 0e3b5d267341ecb5a04522675808571cd008246a Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 29 May 2014 20:52:18 -0600 Subject: add errors controller to raise errors to see if emails are getting delivered when there is an error. --- app/controllers/admin/errors_controller.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/controllers/admin/errors_controller.rb (limited to 'app/controllers/admin/errors_controller.rb') diff --git a/app/controllers/admin/errors_controller.rb b/app/controllers/admin/errors_controller.rb new file mode 100644 index 00000000..c578ab9f --- /dev/null +++ b/app/controllers/admin/errors_controller.rb @@ -0,0 +1,10 @@ +module Admin + class ErrorsController < AdminController + def index + end + + def create + raise "heck" + end + end +end -- cgit v1.2.3