]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/agendav_plugin.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / common / agendav_plugin.rb
index a29f3ae84a7df1d712badacfc53bc3d3f245b345..7522b2cfce630a7340b69fadd5d7279ea4b9ffd9 100644 (file)
@@ -23,9 +23,9 @@ module AgendavPlugin
   end
 
 
-  def describe_account(account)
-    if self.user_exists(account)
-      return "Username: #{account}"
+  def describe_user(user)
+    if self.user_exists(user)
+      return "Username: #{user}"
     else
       return 'User not found'
     end