If a GET fails while looking up a friendly name, skip the hyperlink
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index 3e931004be78d52eb9f2ae87222925303c24905e..fdbebcfaed2cb5b2d68192a8d63ff56ceee358c1 100644 (file)
@@ -1,6 +1,2 @@
 class PipelineTemplatesController < ApplicationController
-  before_filter :ensure_current_user_is_admin
-  def index
-    @objects = model_class.all
-  end
 end