Sha256: 31615a1014605777aee554016bf4c7b48254c54649d72a885a9dcca16a960261
Contents?: true
Size: 535 Bytes
Versions: 4
Compression:
Stored size: 535 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
4 entries across 4 versions & 2 rubygems