Move show-object content into tabs.
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 8d6d4949c3c1a57b9a0d9968f8b16c6711ce51ae..3f495ca59330f174122ea7dd593cafd08917123a 100644 (file)
@@ -54,9 +54,6 @@ class ApplicationController < ActionController::Base
     self.render_error status: 404
   end
 
-  def helper
-    (self.class.to_s.sub(/Controller$/,'')+'Helper').constantize
-  end
   def index
     @objects ||= model_class.limit(1000).all
     respond_to do |f|