X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fprune%2Fplugins%2Fagendav.rb;h=f0f018381b7d0719a7eba1759b1a05fa6a11952a;hp=86a437bd699727a64f05ea38982ffe59fc53007f;hb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15;hpb=d0bfa37fb4be739b31dd97c493764ca19a160182;ds=sidebyside diff --git a/lib/prune/plugins/agendav.rb b/lib/prune/plugins/agendav.rb index 86a437b..f0f0183 100644 --- a/lib/prune/plugins/agendav.rb +++ b/lib/prune/plugins/agendav.rb @@ -3,6 +3,11 @@ require 'pg' require 'prune/prune_plugin' require 'rm/plugins/agendav' +# Handle the pruning of Agendav users from its database. This class +# doesn't need to do anything; by inheriting from {AgendavRm}, we get +# its {AgendavRm#remove_user} method and that's all we need to prune. +# class AgendavPrune < AgendavRm + # Needed for the magic includers run() method. include PrunePlugin end