master
# frozen_string_literal: true module Policy module ProcessingRule class Workbench < ::Policy::ProcessingRule::Base end end end