]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/plugins/roundcube.rb
Rename PostfixadminDb, RoundcubeDb without the Db suffix.
[mailshears.git] / lib / rm / plugins / roundcube.rb
similarity index 93%
rename from lib/rm/plugins/roundcube_db.rb
rename to lib/rm/plugins/roundcube.rb
index 5cda273643029ef808c9b184621017779f92806e..3dbee8ea61b948033f6ffd8df94ba86d31535e24 100644 (file)
@@ -1,11 +1,11 @@
 require 'pg'
 
-require 'common/roundcube_db_plugin'
+require 'common/roundcube_plugin'
 require 'rm/rm_plugin'
 
-class RoundcubeDbRm
+class RoundcubeRm
 
-  include RoundcubeDbPlugin
+  include RoundcubePlugin
   include RmPlugin
 
   def delete_account(account)