Class: Flexite::Entry::ArrayUpdateService

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

Instance Method Summary collapse

Methods inherited from ActionService

inherited, #initialize

Constructor Details

This class inherits a constructor from Flexite::ActionService

Instance Method Details

#callObject



5
6
7
8
9
10
11
# File 'app/services/flexite/entry/array_update_service.rb', line 5

def call
  if @form.invalid?
    return failure
  end

  process_entries
end