add create method. refs #1406
[arvados.git] / app / controllers / collections_controller.rb
index 1714f68c99c74dd3f8f09703b0266eea05c3d6b7..3d8f9909eaee4442e0c088c514bced9bb01fccb3 100644 (file)
@@ -1,5 +1,2 @@
 class CollectionsController < ApplicationController
-  def index
-    @objects = model_class.order("created_at desc")
-  end
 end