10144: Replace work_unit -> link_to_log with partial so that preloaded objects are...
[arvados.git] / apps / workbench / app / models / work_unit.rb
index 924e067815718fc0fddf52a836c99cd2d6ffd94b..0c384bb209d905f0e8d3efa164c79383b0088059 100644 (file)
@@ -115,10 +115,6 @@ class WorkUnit
     # returns true if this work unit can be canceled
   end
 
-  def readable?
-    # is the proxied object readable by current user?
-  end
-
   def uri
     # returns the uri for this work unit
   end
@@ -132,10 +128,6 @@ class WorkUnit
   end
 
   # view helper methods
-  def link_to_log
-    # display a link to log if present
-  end
-
   def walltime
     # return walltime for a running or completed work unit
   end