Class: Workarea::GlobalESeeds

Inherits:
Object
  • Object
show all
Defined in:
app/seeds/workarea/global_e_seeds.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
6
7
8
# File 'app/seeds/workarea/global_e_seeds.rb', line 3

def perform
  puts 'Adding fixed prices...'
  add_fixed_prices
  puts 'Adding country exceptions...'
  add_country_exceptions
end