Module: ActiveInteraction::Extras::Halt
- Extended by:
- ActiveSupport::Concern
- Included in:
- All
- Defined in:
- lib/active_interaction/extras/halt.rb
Instance Method Summary collapse
Instance Method Details
#halt! ⇒ Object
15 16 17 |
# File 'lib/active_interaction/extras/halt.rb', line 15 def halt! throw THROW_OBJECT, errors end |
#halt_if_errors! ⇒ Object
19 20 21 |
# File 'lib/active_interaction/extras/halt.rb', line 19 def halt_if_errors! halt! if errors.any? end |