Class: SpreeCmCommissioner::CreateVendor
- Inherits:
-
Object
- Object
- SpreeCmCommissioner::CreateVendor
- Includes:
- Interactor
- Defined in:
- app/interactors/spree_cm_commissioner/create_vendor.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'app/interactors/spree_cm_commissioner/create_vendor.rb', line 5 def call validate_context! ActiveRecord::Base.transaction do create_vendor assign_vendor_to_user create_logo create_role end end |