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