Sha256: a1e3b436eb56c0bcc9d5bcfa8ada51c9424ed4af5b752866f2814e5ab93e064b
Contents?: true
Size: 605 Bytes
Versions: 5
Compression:
Stored size: 605 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
5 entries across 5 versions & 1 rubygems