Module: Granite::Action::Performer

Extended by:
ActiveSupport::Concern
Included in:
Granite::Action
Defined in:
lib/granite/action/performer.rb

Overview

Performer module is responsible for setting performer for action.

Instance Method Summary collapse

Instance Method Details

#initialize(*args) ⇒ Object



15
16
17
18
# File 'lib/granite/action/performer.rb', line 15

def initialize(*args)
  @ctx = self.class.proxy_context
  super
end