Authenticate against auth.clinicalfuture.com
[arvados.git] / app / controllers / collections_controller.rb
1 class CollectionsController < ApplicationController
2   skip_before_filter :authenticate_api_token
3   def index
4     @objects = model_class.order("created_at desc")
5   end
6 end