Class: WebFlow::FlowResumeValidations

Inherits:
Plugin
  • Object
show all
Defined in:
lib/plugins/flow_resume_validations.rb

Overview

This class adds a couple validations before creating a new flow.

Class Method Summary collapse

Methods inherited from Plugin

call

Class Method Details

.notify(internal_event_name, controller, flow_data) ⇒ Object

Method to override in a plugin subclass. This method will be called when a controller encounters one of it’s internal events



37
38
39
40
41
# File 'lib/plugins/flow_resume_validations.rb', line 37

def self::notify( internal_event_name, controller, flow_data)
      
  # Nothing... deactivated.
  
end