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.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb
new file mode 100644
index 000000000..daeb41837
--- /dev/null
+++ b/app/controllers/organisations_controller.rb
@@ -0,0 +1,10 @@
+class OrganisationsController < InheritedResources::Base
+ respond_to :html
+
+ private
+
+ def resource
+ @organisation = current_organisation
+ end
+end
+