Class: KktShoppe::Country
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- KktShoppe::Country
- Defined in:
- app/models/kkt_shoppe/country.rb
Overview
The KktShoppe::Country model stores countries which can be used for delivery & billing addresses for orders.
You can use the KktShoppe::CountryImporter to import a pre-defined list of countries into your database. This automatically happens when you run the ‘kkt_shoppe:setup’ rake task.