summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:00:30 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:00:30 +0200
commitf37fa968b2509d8e2ab0fc72aba1fb53df7451c7 (patch)
treeecdeebab9c2c8ee747b2cf59dcebf1cfdb0ec1e0 /app/controllers/groups_controller.rb
parentf997947664a7c959b5e606614f56dc52443bd0dd (diff)
downloadgitlab-ce-f37fa968b2509d8e2ab0fc72aba1fb53df7451c7.tar.gz
add ability to change namespace from project edit page
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index 07f613033c4..c969f41ebda 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -4,6 +4,7 @@ class GroupsController < ApplicationController
before_filter :group
before_filter :projects
+ before_filter :add_project_abilities
def show
@events = Event.in_projects(project_ids).limit(20).offset(params[:offset] || 0)