Class: Flexite::Entry::ArrayUpdateService

Inherits:
ActionService show all
Includes:
InnerProcessable
Defined in:
app/services/flexite/entry/array_update_service.rb

Instance Method Summary collapse

Methods included from InnerProcessable

#initialize

Methods inherited from ActionService

#initialize

Instance Method Details

#callObject



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