aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/workbenches_controller.rb
diff options
context:
space:
mode:
authorXinhui2017-10-26 11:51:07 +0200
committerXinhui2017-10-26 11:51:07 +0200
commit68bc446c975ff07cf2b4eb9f695da2dce93ee63d (patch)
tree02249672f6d65a6167775702552a701756fa94e7 /app/controllers/workbenches_controller.rb
parent0947fea02efce26c8c8d13bc99a5341ec7a20c66 (diff)
downloadchouette-core-68bc446c975ff07cf2b4eb9f695da2dce93ee63d.tar.bz2
Remove breadcrumb_controller
Diffstat (limited to 'app/controllers/workbenches_controller.rb')
-rw-r--r--app/controllers/workbenches_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb
index fb3cce1ad..9b4f0d6c4 100644
--- a/app/controllers/workbenches_controller.rb
+++ b/app/controllers/workbenches_controller.rb
@@ -1,4 +1,4 @@
-class WorkbenchesController < BreadcrumbController
+class WorkbenchesController < InheritedResources::Base
before_action :query_params, only: [:show]
include RansackDateFilter
before_action only: [:show] { set_date_time_params("validity_period", Date) }