2891: Rename and comment Workbench API token filters.
[arvados.git] / apps / workbench / app / controllers / sessions_controller.rb
index 9cd1e1c977c975b335f2bf91a3ffc493d379b97d..97c8d5a9dd4dc7f81184d1a62d7222110a169770 100644 (file)
@@ -1,6 +1,6 @@
 class SessionsController < ApplicationController
-  skip_around_filter :thread_with_mandatory_api_token, :only => [:destroy, :index]
-  skip_around_filter :thread_with_api_token, :only => [:destroy, :index]
+  skip_around_filter :require_thread_api_token, :only => [:destroy, :index]
+  skip_around_filter :set_thread_api_token, :only => [:destroy, :index]
   skip_before_filter :find_object_by_uuid, :only => [:destroy, :index]
 
   def destroy