Module: Screengem::Configurable

Extended by:
ActiveSupport::Concern
Included in:
Action, Question, Task
Defined in:
lib/screengem/concerns/configurable.rb

Overview

Concern that adds ability to configure with an actor instance.

Instance Method Summary collapse

Instance Method Details

#configure(actor) ⇒ Object



12
13
14
15
16
# File 'lib/screengem/concerns/configurable.rb', line 12

def configure(actor)
  @actor = actor

  self
end