X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fmv_plugin.rb;h=089e6c772bc7d9ddec80db26359449aae08b2c73;hp=4b616032b5cfc312c74e790d685bf70ff167f15b;hb=a66e4a7e39518629981fa134456dc2ae6c461faf;hpb=c2737d4d972df30725e417bed0940fc8df8e88bd diff --git a/lib/mv/mv_plugin.rb b/lib/mv/mv_plugin.rb index 4b61603..089e6c7 100644 --- a/lib/mv/mv_plugin.rb +++ b/lib/mv/mv_plugin.rb @@ -13,12 +13,7 @@ module MvPlugin return MvDummyRunner end - def mv_domain(from, to) - # Rename the given domain. - raise NotImplementedError - end - - def mv_user(from, to) + def mv_user(src, dst) # Rename the given user. raise NotImplementedError end