summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 23:47:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 23:47:42 +0300
commitede746bf079dd45ac1e2f701e8a9019dba8e0417 (patch)
tree40b6ca4ea39c8268f59df2b3bf8acc41848b9c69 /app/controllers/groups_controller.rb
parent4c9e47f6e054649eefd453089d1658b9508c16fc (diff)
downloadgitlab-ce-ede746bf079dd45ac1e2f701e8a9019dba8e0417.tar.gz
prevent document unbind since it breaks rails ujs
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index f44bc10cf39..416bfa77af0 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -1,6 +1,6 @@
class GroupsController < ApplicationController
respond_to :html
- before_filter :group, except: [:new, :create, :people]
+ before_filter :group, except: [:new, :create]
# Authorize
before_filter :authorize_read_group!, except: [:new, :create]