Method: Spree::AppConfiguration#countries_that_use_nested_subregions
- Defined in:
- lib/spree/app_configuration.rb
#countries_that_use_nested_subregions ⇒ Array
of the default subregions that come with Carmen. Will be used on store creation to ensure the correct states are generated, and when running the states regenerate rake task. (default: [‘IT’])
245 |
# File 'lib/spree/app_configuration.rb', line 245 preference :countries_that_use_nested_subregions, :array, default: ['IT'] |