Class: WebFlow::FlowResumeValidations
- Defined in:
- lib/plugins/flow_resume_validations.rb
Overview
This class adds a couple validations before creating a new flow.
Class Method Summary collapse
-
.notify(internal_event_name, controller, flow_data) ⇒ Object
Method to override in a plugin subclass.
Methods inherited from Plugin
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 |