class Devise::UnlocksController
def after_sending_unlock_instructions_path_for(resource)
def after_sending_unlock_instructions_path_for(resource) new_session_path(resource) if is_navigational_format? end
def after_sending_unlock_instructions_path_for(resource) new_session_path(resource) if is_navigational_format? end