Sha256: 4cc681239a6853dcf5da55363253d9e76c5e1bfd6fb143421a6f754146e1f831

Contents?: true

Size: 554 Bytes

Versions: 2

Compression:

Stored size: 554 Bytes

Contents

# Configure Spree Preferences
#
# Note: If a preference is set here it will be stored within the cache & database upon initialization.
#       Just removing an entry from this initializer will not make the preference value go away.
#       Instead you must either set a new value or remove entry, clear cache, and remove database entry.
#
# In order to initialize a setting do:
# config.setting_name = 'new value'
Spreeference.config do |config|
  # Example:
  # Uncomment to stop tracking inventory levels in the application
  config.is_ok = 'Nice!'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spreeference-0.1.1 spec/dummy/config/initializers/spreeference.rb
spreeference-0.1.0 spec/dummy/config/initializers/spreeference.rb