summaryrefslogtreecommitdiff
path: root/app/controllers/admin/errors_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/errors_controller.rb')
-rw-r--r--app/controllers/admin/errors_controller.rb10
1 files changed, 10 insertions, 0 deletions
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