projects
/
mailshears.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c036d
)
Remove mv_domain() from MvPlugin.
author
Michael Orlitzky
<michael@orlitzky.com>
Fri, 30 Oct 2015 00:55:29 +0000
(20:55 -0400)
committer
Michael Orlitzky
<michael@orlitzky.com>
Fri, 30 Oct 2015 00:55:29 +0000
(20:55 -0400)
lib/mv/mv_plugin.rb
patch
|
blob
|
history
diff --git
a/lib/mv/mv_plugin.rb
b/lib/mv/mv_plugin.rb
index 4b616032b5cfc312c74e790d685bf70ff167f15b..29f697c2da028275af40fa3da8f031d5af254592 100644
(file)
--- a/
lib/mv/mv_plugin.rb
+++ b/
lib/mv/mv_plugin.rb
@@
-13,11
+13,6
@@
module MvPlugin
return MvDummyRunner
end
- def mv_domain(from, to)
- # Rename the given domain.
- raise NotImplementedError
- end
-
def mv_user(from, to)
# Rename the given user.
raise NotImplementedError