Authenticate against auth.clinicalfuture.com
[arvados.git] / app / controllers / collections_controller.rb
index 1714f68c99c74dd3f8f09703b0266eea05c3d6b7..242b8b394dd7d31257979aad7b622dc4e44b640a 100644 (file)
@@ -1,4 +1,5 @@
 class CollectionsController < ApplicationController
+  skip_before_filter :authenticate_api_token
   def index
     @objects = model_class.order("created_at desc")
   end