X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d26e6e46a5f2c15fa64b2cd4673bc5ee9ee100e..ee367f165db323da5012eb22ab62a32f1512f37c:/app/controllers/collections_controller.rb diff --git a/app/controllers/collections_controller.rb b/app/controllers/collections_controller.rb index 1714f68c99..242b8b394d 100644 --- a/app/controllers/collections_controller.rb +++ b/app/controllers/collections_controller.rb @@ -1,4 +1,5 @@ class CollectionsController < ApplicationController + skip_before_filter :authenticate_api_token def index @objects = model_class.order("created_at desc") end