Skip to content

Commit

Permalink
Merge pull request #2532 from brchristian/patch-4
Browse files Browse the repository at this point in the history
Add default to address_requires_state
  • Loading branch information
kennyadsl authored Feb 9, 2018
2 parents e111f14 + ca93f96 commit 68740af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/app_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AppConfiguration < Preferences::Configuration
# Alphabetized to more easily lookup particular preferences

# @!attribute [rw] address_requires_state
# @return [Boolean] should state/state_name be required
# @return [Boolean] should state/state_name be required (default: +true+)
preference :address_requires_state, :boolean, default: true

# @!attribute [rw] admin_interface_logo
Expand Down

0 comments on commit 68740af

Please sign in to comment.