By default addresses in Spree and Solidus expect a state in the address. In the UK we do not use states. For countries without a state how can I avoid this?
Asked
Active
Viewed 279 times
1 Answers
2
Spree and Solidus uses a configuration file which allows you to ignore the state.
config/initializers/spree.rb
Spree.config do |config| config.address_requires_state = false end
Restart the webserver
Further Reading

Margaret
- 31
- 6