Class ActionFlow::FlowResumeValidations
In: lib/plugins/flow_resume_validations.rb
Parent: ActionFlow::Plugin

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

Methods

notify  

Public Class methods

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]