Module: Wonkavision::EventHandler

Included in:
Analytics::ApplyAggregation, Analytics::SplitByAggregation
Defined in:
lib/wonkavision/event_handler.rb

Class Method Summary collapse

Class Method Details

.included(handler) ⇒ Object



5
6
7
8
9
10
11
12
13
# File 'lib/wonkavision/event_handler.rb', line 5

def self.included(handler)
  handler.class_eval do
    extend Plugins
    use Plugins::EventHandling
    use Plugins::Callbacks
  end

  super
end