This class adds a couple validations before creating a new flow.
Method to override in a plugin subclass. This method will be called when a controller encounters one of it‘s internal events
[Source]
# File lib/plugins/flow_resume_validations.rb, line 37 def self::notify( internal_event_name, controller, flow_data) # Nothing... deactivated. end
[Validate]