diff options
Diffstat (limited to 'app/models/workbench.rb')
| -rw-r--r-- | app/models/workbench.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/models/workbench.rb b/app/models/workbench.rb index 1c54e8904..14406c9f4 100644 --- a/app/models/workbench.rb +++ b/app/models/workbench.rb @@ -51,6 +51,10 @@ class Workbench < ApplicationModel      where(name: DEFAULT_WORKBENCH_NAME).last    end +  def import_compliance_control_set +    ComplianceControlSet.find(import_compliance_control_set_id) +  end +    private    def initialize_output | 
