From 54649a39a04ebec90fa29506ecb66251efa93f5d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Oct 2009 20:22:52 +0000 Subject: [PATCH] Correct comment. --- app/controllers/user_roles_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/user_roles_controller.rb b/app/controllers/user_roles_controller.rb index 51106866e..ee4de7ce0 100644 --- a/app/controllers/user_roles_controller.rb +++ b/app/controllers/user_roles_controller.rb @@ -73,7 +73,7 @@ class UserRolesController < ApplicationController end ## - # checks that the user doesn't already have this role + # checks that the user already has this role def in_role unless @this_user.has_role? @role flash[:notice] = t('user_role.filter.doesnt_have_role', :role => @role) -- 2.43.2