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 026892613..51a325586 100644
--- a/app/controllers/organisations_controller.rb
+++ b/app/controllers/organisations_controller.rb
@@ -1,7 +1,7 @@
class OrganisationsController < BreadcrumbController
defaults :resource_class => Organisation
- respond_to :html
+ respond_to :html, :only => [:edit, :show, :update]
def update
update! do |success, failure|