From 8217c555238d414be9a50a587301f932f5f45035 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Oct 2009 20:24:53 +0000 Subject: [PATCH 1/1] Correct comment. --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index 95f0e3986..6ec9e26e6 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -135,7 +135,7 @@ class User < ActiveRecord::Base end ## - # returns true if the user has the moderator role, false otherwise + # returns true if the user has the administrator role, false otherwise def administrator? has_role? 'administrator' end -- 2.43.2