]> gitweb.michael.orlitzky.com - mailshears.git/blob - davical.rb
743356d039778d22322f22a8930f7f0672a0791d
[mailshears.git] / davical.rb
1 require 'pg'
2
3 require 'prune/prune_plugin'
4 require 'rm/plugins/davical'
5
6 # Handle the pruning of DAViCal users from its database. This class
7 # doesn't need to do anything; by inheriting from {DavicalRm}, we get
8 # its {DavicalRm#remove_user} method and that's all we need to prune.
9 #
10 class DavicalPrune < DavicalRm
11 # Needed for the magic includers <tt>run()</tt> method.
12 include PrunePlugin
13 end