Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-19 12:50:23 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-19 13:12:39 +0400
commitb66a1527356d808f418bab273f821c83a4365c90 (patch)
treec16192e9aa5e5ad5d3f53da594d2f1bd61cafa4f /app/controllers/explore/groups_controller.rb
parent3880bb61760ef1f69b0df49148202ff6b4208f01 (diff)
Factor abilities methods
in app controller, user model and services.
Diffstat (limited to 'app/controllers/explore/groups_controller.rb')
-rw-r--r--app/controllers/explore/groups_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/explore/groups_controller.rb b/app/controllers/explore/groups_controller.rb
index f8e1a31e0b3..ada7031fea4 100644
--- a/app/controllers/explore/groups_controller.rb
+++ b/app/controllers/explore/groups_controller.rb
@@ -1,7 +1,6 @@
class Explore::GroupsController < ApplicationController
skip_before_filter :authenticate_user!,
- :reject_blocked, :set_current_user_for_observers,
- :add_abilities
+ :reject_blocked, :set_current_user_for_observers
layout "explore"