]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/user.rb
Correct comment.
[rails.git] / app / models / user.rb
index 95f0e39861906632d208883080f93d8c5f851cc7..6ec9e26e64ca56823f0004798880085e89aa3373 100644 (file)
@@ -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