Module: UatActions::Shared::StudyHelper

Extended by:
ActiveSupport::Concern
Included in:
GeneratePlates, GenerateSampleManifest, GenerateTubeRacks, GenerateTubes
Defined in:
app/uat_actions/uat_actions/shared/study_helper.rb

Overview

This module provides helper methods for handling studies within UAT actions. If a study_name is provided, it will validate that the study exists. If no study_name is provided, it will use the default study.

Examples:

Including the StudyHelper module

class SomeUatActionClass
  include UatActions::StudyHelper
end

Constant Summary collapse

ERROR_STUDY_DOES_NOT_EXIST =
'Study %s does not exist.'