Merge remote-tracking branch 'refs/remotes/origin/2939-create-params' into origin...
[arvados.git] / apps / workbench / app / controllers / sessions_controller.rb
index 488c67c3c2e8b51cfb8990b9148d7b3b4d0a7f13..585f322a859186d06ba02d9b8a37e8f50c965490 100644 (file)
@@ -4,7 +4,7 @@ class SessionsController < ApplicationController
   skip_before_filter :find_object_by_uuid, :only => [:destroy, :index]
   def destroy
     session.clear
-    redirect_to $arvados_api_client.arvados_logout_url(return_to: root_url)
+    redirect_to arvados_api_client.arvados_logout_url(return_to: root_url)
   end
   def index
     redirect_to root_url if session[:arvados_api_token]