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