Added the correct hierarchy of controllers for the administrative part

This commit is contained in:
Andrey Kumanyaev 2013-01-20 15:20:50 +04:00 committed by Dmitriy Zaporozhets
parent 2984716870
commit 9d318db48f
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
class Admin::TeamsController < AdminController
class Admin::TeamsController < Admin::ApplicationController
before_filter :user_team,
only: [ :edit, :show, :update, :destroy,
:delegate_projects, :relegate_project,