]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/plugins/davical.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / mv / plugins / davical.rb
index ee47d3039fd9feb71235000ff0f93e4f6dfe69ff..63c185c1c63835f5fdd0f52a81e243d108a45eea 100644 (file)
@@ -17,7 +17,7 @@ class DavicalMv
   end
 
 
-  def mv_account(from, to)
+  def mv_user(from, to)
     # Delete the given username. DAViCal uses foreign keys properly
     # and only supports postgres, so we let the ON UPDATE CASCADE
     # trigger handle most of the work.