diff options
| author | cedricnjanga | 2017-09-21 16:11:26 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-09-21 16:11:26 +0200 | 
| commit | e287f173746f78de00824aee43811b55bbe62ce8 (patch) | |
| tree | 73a4e0dd8b59ab86c5a3f5c942b0af9d87875dec /app/controllers | |
| parent | 93924a47848679df757080164558b2257a30b364 (diff) | |
| download | chouette-core-e287f173746f78de00824aee43811b55bbe62ce8.tar.bz2 | |
Comment begin_of_association_chain method
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/compliance_control_sets_controller.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/compliance_control_sets_controller.rb b/app/controllers/compliance_control_sets_controller.rb index 0c6e52f86..c6f4288a9 100644 --- a/app/controllers/compliance_control_sets_controller.rb +++ b/app/controllers/compliance_control_sets_controller.rb @@ -26,9 +26,9 @@ class ComplianceControlSetsController < BreadcrumbController    protected -  def begin_of_association_chain -    current_organisation -  end +  # def begin_of_association_chain +  #   current_organisation +  # end    private  | 
