module Granite::Action::Performer

Performer module is responsible for setting performer for action.

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/granite/action/performer.rb, line 15
def initialize(*args)
  @performer = self.class.proxy_performer
  super
end