Class: ActiveInteraction::InvalidInteractionError
- Defined in:
- lib/active_interaction/exceptions.rb
Overview
Raised if an interaction is invalid.
Instance Attribute Summary collapse
-
#interaction ⇒ ActiveInteraction::Base
The interaction where the error occured.
Instance Attribute Details
#interaction ⇒ ActiveInteraction::Base
The interaction where the error occured.
24 25 26 |
# File 'lib/active_interaction/exceptions.rb', line 24 def interaction @interaction end |