Class: Stay::Seeds::All

Inherits:
Object
  • Object
show all
Defined in:
app/services/stay/seeds/all.rb

Class Method Summary collapse

Class Method Details

.callObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# File 'app/services/stay/seeds/all.rb', line 4

def self.call
    # GEO
    Countries.call
    States.call
    # Zones.call

    # user roles
    Roles.call

    # additional data
    # DefaultReimbursementTypes.call
    # ShippingCategories.call
    # StoreCreditCategories.call

    # # store & stock location
    Stores.call
    # StockLocations.call

    # # add store resources
    # PaymentMethods.call
end