Module: Halcyon::Application::Hooks
- Included in:
- Halcyon::Application
- Defined in:
- lib/halcyon/application/hooks.rb
Overview
Helper that provides access to setting and running hooks.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(target) ⇒ Object
Extends the target with the class methods necessary.
Class Method Details
.included(target) ⇒ Object
Extends the target with the class methods necessary.
9 10 11 |
# File 'lib/halcyon/application/hooks.rb', line 9 def self.included(target) target.extend(ClassMethods) end |