Class: SpreeAvataxOfficial::Seeder

Inherits:
Object
  • Object
show all
Defined in:
lib/spree_avatax_official/seeder.rb

Instance Method Summary collapse

Instance Method Details

#seed!Object



3
4
5
6
7
# File 'lib/spree_avatax_official/seeder.rb', line 3

def seed!
  create_default_tax_category
  create_and_assign_shipping_tax_category
  create_entry_use_codes
end