module Docman module Deployers class CommonDeployer < Deployer register_deployer :common_deployer def push(info, state_name) end end end end