class Devise::FailureApp
def root_path_defined?(context)
def root_path_defined?(context) defined?(context.routes) && context.routes.url_helpers.respond_to?(:root_path) end
def root_path_defined?(context) defined?(context.routes) && context.routes.url_helpers.respond_to?(:root_path) end