Sha256: fc6ef8d331c8847d1facf3b7becc0c1a2f70dd780f8b9dadf9b7e4d890329b76
Contents?: true
Size: 622 Bytes
Versions: 28
Compression:
Stored size: 622 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 = <%= (options[:user_class].blank? ? "Spree::LegacyUser" : options[:user_class]).inspect %>
Version data entries
28 entries across 28 versions & 1 rubygems