Class: SpreeCmCommissioner::CreateEvent

Inherits:
Object
  • Object
show all
Includes:
Interactor
Defined in:
app/interactors/spree_cm_commissioner/create_event.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
9
10
11
12
13
14
15
16
# File 'app/interactors/spree_cm_commissioner/create_event.rb', line 6

def call
  ActiveRecord::Base.transaction do
    build_parent_taxon
    assign_vendor
    assign_prototype
    create_child_taxon
    build_asset
    create_place
    generate_reports
  end
end