From: Tom Hughes Date: Thu, 1 Oct 2009 20:24:53 +0000 (+0000) Subject: Correct comment. X-Git-Tag: live~7116^2~9 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8217c555238d414be9a50a587301f932f5f45035?ds=inline;hp=df4267639d3cfe72c99b040c9b1c5502b9bae927 Correct comment. --- 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