Sha256: 3397c777e2bfd1449b64a2d300cdf7ee8c0513f60b9c9132c27dcf22546b7c2d
Contents?: true
Size: 552 Bytes
Versions: 8
Compression:
Stored size: 552 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 stop tracking inventory levels in the application # config.track_inventory_levels = false end Spree.user_class = "Spree::LegacyUser"
Version data entries
8 entries across 8 versions & 4 rubygems