class Registry::Installer

def copy_to_vendor_extensions

def copy_to_vendor_extensions
  cp_r(self.path, File.expand_path(File.join(Rails.root, 'vendor', 'extensions', name)))
  rm_r(self.path)
end