Added the correct hierarchy of controllers for the administrative part
This commit is contained in:
parent
2984716870
commit
9d318db48f
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
class Admin::GroupsController < AdminController
|
||||
class Admin::GroupsController < Admin::ApplicationController
|
||||
before_filter :group, only: [:edit, :show, :update, :destroy, :project_update, :project_teams_update]
|
||||
|
||||
def index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue