Sha256: 7c41933bdc41a72bdded726d02e2834faeec6a7a5e9e34e0989cb7ecd5872b92
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 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] || "Spree::LegacyUser").inspect %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.2.0.rc2 | lib/generators/spree/install/templates/config/initializers/spree.rb |