diff options
| author | cedricnjanga | 2017-11-06 11:34:38 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-06 11:34:38 +0100 |
| commit | 8329611e5272d27fa151fa0752ef87a30d557272 (patch) | |
| tree | d0b25f355f983ed0fa5064ecc9c9b2d835e9e9ae /app/controllers | |
| parent | 2e9e199c812ed7878a894bd40c29751a9ecbad1a (diff) | |
| download | chouette-core-8329611e5272d27fa151fa0752ef87a30d557272.tar.bz2 | |
Refs #4790 Fix 500 error on compliance control show
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/compliance_controls_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/compliance_controls_controller.rb b/app/controllers/compliance_controls_controller.rb index bd4a33ff4..561df036f 100644 --- a/app/controllers/compliance_controls_controller.rb +++ b/app/controllers/compliance_controls_controller.rb @@ -1,7 +1,7 @@ class ComplianceControlsController < InheritedResources::Base defaults resource_class: ComplianceControl belongs_to :compliance_control_set - actions :all, :except => [:show, :index] + actions :all, :except => [:index] def select_type @sti_subclasses = ComplianceControl.subclasses |
