module Admin class ErrorsController < AdminController def index end def create raise "heck" end end end