Method: Devise::UnlocksController#after_unlock_path_for

Defined in:
app/controllers/devise/unlocks_controller.rb

#after_unlock_path_for(resource) ⇒ Object (protected)

The path used after unlocking the resource



45
46
47
# File 'app/controllers/devise/unlocks_controller.rb', line 45

def after_unlock_path_for(resource)
  new_session_path(resource)  if is_navigational_format?
end