Sha256: f718ccec4e3a82d4a9e845b62d256f48bd2aa727f77a3c3a6cb8c79a9aea2436
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
# Configure Spree Preferences # # Note: Initializing preferences available within the Admin will overwrite any changes that were made through the user interface when you restart. # If you would like users to be able to update a setting with the Admin it should NOT be set here. # # In order to initialize a setting do: # config.setting_name = 'new value' Spree.config do |config| # Example: # Uncomment to override the default site name. # config.site_name = "Spree Demo Site" end Spree.user_class = "Spree::LegacyUser"
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
spree_bitpay-1.0.2 | spec/dummy/config/initializers/spree.rb |
rees46_spree-0.0.1 | spec/dummy/config/initializers/spree.rb |