Class: Peoplefinder::ErrorsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/peoplefinder/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#file_not_foundObject



5
6
# File 'app/controllers/peoplefinder/errors_controller.rb', line 5

def file_not_found
end

#internal_server_errorObject



11
12
# File 'app/controllers/peoplefinder/errors_controller.rb', line 11

def internal_server_error
end

#unprocessableObject



8
9
# File 'app/controllers/peoplefinder/errors_controller.rb', line 8

def unprocessable
end