From 68bc446c975ff07cf2b4eb9f695da2dce93ee63d Mon Sep 17 00:00:00 2001 From: Xinhui Date: Thu, 26 Oct 2017 11:51:07 +0200 Subject: Remove breadcrumb_controller --- app/controllers/workbenches_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/workbenches_controller.rb') 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) } -- cgit v1.2.3