Class: SpreeCmCommissioner::TaxiTripCreator
- Inherits:
-
BaseInteractor
- Object
- BaseInteractor
- SpreeCmCommissioner::TaxiTripCreator
- Defined in:
- app/interactors/spree_cm_commissioner/taxi_trip_creator.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
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 |