aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2017-10-19 14:40:07 +0200
committerXinhui2017-10-19 14:40:07 +0200
commitafd105ce4582bdec42ca57d1f546a2f5491de7c2 (patch)
treef9491f9887eb1614908ca0f50a092654b208e347 /app/controllers
parent1e8f8fa2879f066284ca72be96386d426108d079 (diff)
downloadchouette-core-afd105ce4582bdec42ca57d1f546a2f5491de7c2.tar.bz2
Breadcrum for compliance check sets
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/compliance_check_sets_controller.rb2
-rw-r--r--app/controllers/compliance_control_sets_controller.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/compliance_check_sets_controller.rb b/app/controllers/compliance_check_sets_controller.rb
index fce8dcc56..ce76914b1 100644
--- a/app/controllers/compliance_check_sets_controller.rb
+++ b/app/controllers/compliance_check_sets_controller.rb
@@ -18,4 +18,4 @@ class ComplianceCheckSetsController < BreadcrumbController
}
end
end
-end \ No newline at end of file
+end
diff --git a/app/controllers/compliance_control_sets_controller.rb b/app/controllers/compliance_control_sets_controller.rb
index 9de90c21c..d0e26ec74 100644
--- a/app/controllers/compliance_control_sets_controller.rb
+++ b/app/controllers/compliance_control_sets_controller.rb
@@ -3,6 +3,7 @@ class ComplianceControlSetsController < BreadcrumbController
include RansackDateFilter
before_action only: [:index] { set_date_time_params("updated_at", DateTime) }
respond_to :html
+ belong_to :workbench
def index
index! do |format|