Class: ErrorsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/templates/controllers/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#internal_server_errorObject



2
3
# File 'lib/generators/templates/controllers/errors_controller.rb', line 2

def internal_server_error
end

#not_foundObject



5
6
# File 'lib/generators/templates/controllers/errors_controller.rb', line 5

def not_found
end

#unprocessable_entityObject



8
9
# File 'lib/generators/templates/controllers/errors_controller.rb', line 8

def unprocessable_entity
end