]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/plugin.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / common / plugin.rb
index 77d80c469e7b1e94f794b84b0c532f632765f77e..b0b57505873665a856dcf7ade0eafc4b82cf266a 100644 (file)
@@ -21,8 +21,8 @@ module Plugin
     raise NotImplementedError
   end
 
-  def describe_account(account)
-    # Provide a "description" of the account. This is output along
+  def describe_user(user)
+    # Provide a "description" of the user. This is output along
     # with the domain name and can be anything of use to the system
     # administrator.
     raise NotImplementedError