4363: Merge branch 'master' into 4363-less-filename-munging
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index e88d38e2adcd1120f54bf4c49caca07791904c9b..3270cfb376a1f30be9c214e42fe283a5a81cdc9b 100644 (file)
@@ -219,8 +219,6 @@ class ApplicationController < ActionController::Base
     if !objects
       objects = @objects
     end
-    # result_limit and result_offset won't work until we call #results
-    objects.results
     if objects.respond_to?(:result_offset) and
         objects.respond_to?(:result_limit) and
         objects.respond_to?(:items_available)