Module: Pakyow::Application::Behavior::Helpers

Extended by:
Support::Extension
Included in:
Pakyow::Application, Plugin
Defined in:
lib/pakyow/application/behavior/helpers.rb

Overview

Maintains a list of helper modules, with code for including helpers of a type into an object.

Helpers are either global, passive, or active. Global helpers contain utility methods or methods that need application-level state. Passive helpers can access state on the connection but never change connection state, which active helpers are solely responsible for doing.