This commit is contained in:
Vokhmin Alexey V 2014-01-15 15:14:42 +04:00
parent 386919f64e
commit fdcb4cdaf7
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class Ability
end
def user_group_ids
@group_ids ||= @user.group_ids
@user_group_ids ||= @user.group_ids
end
end