diff options
| author | Alban Peignier | 2017-09-30 14:33:10 +0200 |
|---|---|---|
| committer | Alban Peignier | 2017-09-30 14:45:52 +0200 |
| commit | 1ae15e06f2a56f9a83d670ad9c785a74cb6af43e (patch) | |
| tree | 0c00ac8d766ac737aa974e3d47ad59b0756619d6 | |
| parent | 90906390a450a6c65f1ddc21ab0251ed090457c8 (diff) | |
| download | chouette-core-1ae15e06f2a56f9a83d670ad9c785a74cb6af43e.tar.bz2 | |
Remove belongs_to from ComplianceControlSetsController (not ready for that). Refs #4654
| -rw-r--r-- | app/controllers/compliance_control_sets_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/compliance_control_sets_controller.rb b/app/controllers/compliance_control_sets_controller.rb index 4b735965e..306b2eac7 100644 --- a/app/controllers/compliance_control_sets_controller.rb +++ b/app/controllers/compliance_control_sets_controller.rb @@ -1,5 +1,4 @@ class ComplianceControlSetsController < BreadcrumbController - belongs_to :workbench defaults resource_class: ComplianceControlSet before_action :ransack_updated_at_params, only: [:index] respond_to :html |
