tag ec2 nodes; add --client-token to ec2-run command for idempotency
[arvados.git] / app / controllers / collections_controller.rb
1 class CollectionsController < ApplicationController
2   def index
3     @objects = model_class.order("created_at desc")
4   end
5 end