Class: Flexite::Entry::ArrayCreateService

Inherits:
ActionService show all
Defined in:
app/services/flexite/entry/array_create_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



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

def call
  if @form.invalid?
    return failure
  end

  process_entry
end