aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/organisations_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/organisations_controller.rb')
-rw-r--r--app/controllers/organisations_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb
index d80541800..fa521faaf 100644
--- a/app/controllers/organisations_controller.rb
+++ b/app/controllers/organisations_controller.rb
@@ -1,4 +1,4 @@
-class OrganisationsController < InheritedResources::Base
+class OrganisationsController < ChouetteController
defaults :resource_class => Organisation
respond_to :html, :only => [:edit, :show, :update]