Sha256: c8f91af4f6840e87ff9b3b1716aaa1499e1905e316d2da918f5eab2bc4c43344
Contents?: true
Size: 495 Bytes
Versions: 30
Compression:
Stored size: 495 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
Version data entries
30 entries across 30 versions & 4 rubygems