rails not_found
def not_found
raise ActionController::RoutingError.new('Not Found')
end
Dr. Phil
def not_found
raise ActionController::RoutingError.new('Not Found')
end