# File lib/refinery/authenticated_system.rb, line 48
    def after_sign_in_path_for(resource_or_scope)
      pop_stored_location ||
      sanitized_stored_location_for(resource_or_scope) ||
      signed_in_root_path(resource_or_scope)
    end