Class: SpreeCmCommissioner::TaxiTripCreator

Inherits:
BaseInteractor show all
Defined in:
app/interactors/spree_cm_commissioner/taxi_trip_creator.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
10
# File 'app/interactors/spree_cm_commissioner/taxi_trip_creator.rb', line 5

def call
  ActiveRecord::Base.transaction do
    create_trip_with_product
    create_variant
  end
end