class Humpyard::ErrorsController
Public Instance Methods
error404()
click to toggle source
# File app/controllers/humpyard/errors_controller.rb 5 def error404 6 raise ActionController::RoutingError, "No route matches \"#{request.path}\"" 7 end