refactoring user team in public section

This commit is contained in:
Andrey Kumanyaev 2013-01-22 21:21:07 +04:00 committed by Dmitriy Zaporozhets
parent f6f414ce3b
commit f87b76a805
4 changed files with 22 additions and 6 deletions

View file

@ -1,6 +1,4 @@
class Teams::ApplicationController < ApplicationController
before_filter :user_team, only: [:index, :show, :edit, :update, :destroy, :issues, :merge_requests, :search, :members]
protected
def user_team