module Docman module Deployers class CommonDeployer < Deployer register_deployer :common_deployer def push end end end end