Class: LocalErrorsController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Goalie::ErrorDetails
Defined in:
app/controllers/local_errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#diagnosticsObject



16
17
# File 'app/controllers/local_errors_controller.rb', line 16

def diagnostics
end

#missing_templateObject



10
11
# File 'app/controllers/local_errors_controller.rb', line 10

def missing_template
end

#routing_errorObject



4
5
# File 'app/controllers/local_errors_controller.rb', line 4

def routing_error
end

#template_errorObject



7
8
# File 'app/controllers/local_errors_controller.rb', line 7

def template_error
end

#unknown_actionObject



13
14
# File 'app/controllers/local_errors_controller.rb', line 13

def unknown_action
end