Fixed some tests and snippet colorize
This commit is contained in:
parent
470aa7675e
commit
9304d049de
13 changed files with 64 additions and 68 deletions
|
@ -74,6 +74,6 @@ class Admin::GroupsController < AdminController
|
|||
private
|
||||
|
||||
def group
|
||||
@group = Group.find_by_code(params[:id])
|
||||
@group = Group.find_by_path(params[:id])
|
||||
end
|
||||
end
|
||||
|
|
|
@ -50,7 +50,7 @@ class GroupsController < ApplicationController
|
|||
protected
|
||||
|
||||
def group
|
||||
@group ||= Group.find_by_code(params[:id])
|
||||
@group ||= Group.find_by_path(params[:id])
|
||||
end
|
||||
|
||||
def projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue