aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTeddy Wing2017-06-14 19:03:02 +0200
committerTeddy Wing2017-06-14 19:03:02 +0200
commitfc74a500d9c672d855d199eee715efd398058527 (patch)
treeabed98e2b7efac0cf5818ca502bd38c906fd2654 /app
parentd7ab3b3c16a96092fa777e0c90d727a9bc5b0812 (diff)
downloadchouette-core-fc74a500d9c672d855d199eee715efd398058527.tar.bz2
WorkbenchesController: Remove `referential_decorator` import
This is no longer necessary. I had put it in because I was getting an error, but it turns out that error was probably a result of me redefining `PaginatingDecorator` inside "referential_decorator.rb". Now that we're using the `PaginatingDecorator` that Jean-Paul created originally, we no longer have a problem. Refs #3479
Diffstat (limited to 'app')
-rw-r--r--app/controllers/workbenches_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb
index 56f9136b3..1447c27de 100644
--- a/app/controllers/workbenches_controller.rb
+++ b/app/controllers/workbenches_controller.rb
@@ -1,6 +1,3 @@
-# TODO: Try not importing
-require 'referential_decorator'
-
class WorkbenchesController < BreadcrumbController
before_action :query_params, only: [:show]