# File lib/devise/path_checker.rb, line 14
    def signing_out?
      route = "destroy_#{@scope}_session_path"
      respond_to?(route) && @current_path == send(route)
    end