Module: Screengem::Actionable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Task
- Defined in:
- lib/screengem/concerns/actionable.rb
Overview
Concern that adds the ability to create actions.
Instance Method Summary collapse
Instance Method Details
#action ⇒ Object
8 9 10 |
# File 'lib/screengem/concerns/actionable.rb', line 8 def action @action ||= action_factory end |