Method: Spree::AppConfiguration#countries_that_use_nested_subregions

Defined in:
lib/spree/app_configuration.rb

#countries_that_use_nested_subregionsArray

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’])

Returns:

  • (Array)

    An array of countries that use nested subregions, instead



245
# File 'lib/spree/app_configuration.rb', line 245

preference :countries_that_use_nested_subregions, :array, default: ['IT']