Class: Flexite::Entry::ArrayUpdateService
- Inherits:
-
ActionService
- Object
- ActionService
- Flexite::Entry::ArrayUpdateService
- Includes:
- InnerProcessable
- Defined in:
- app/services/flexite/entry/array_update_service.rb
Instance Method Summary collapse
Methods included from InnerProcessable
Methods inherited from ActionService
Instance Method Details
#call ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/services/flexite/entry/array_update_service.rb', line 8 def call if @form.invalid? return failure end process_entry end |