require 'scrivito/migrations/migrator' module Scrivito module Migrations class Migrator # remove locking etc. def remove_workspace_with(&block) yield end end end end