Sha256: 35dfb0b7f09c3432412db32b71dda03135c0c4683e989e945be7e7ae8e45a8c7

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 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:
  # config.is_ok = 'Nice!'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spreeference-0.1.1 lib/generators/templates/spreeference.rb
spreeference-0.1.0 lib/generators/templates/spreeference.rb