Sha256: e6ab26af1f5ed049ff6b41be731ddf404ac3f0d4e06ee4366ee603611c18f1c5

Contents?: true

Size: 728 Bytes

Versions: 2

Compression:

Stored size: 728 Bytes

Contents

EffectiveProducts.setup do |config|
  config.rings_table_name = :rings
  config.ring_wizards_table_name = :ring_wizards
  config.stamps_table_name = :stamps
  config.stamp_wizards_table_name = :stamp_wizards

  # Layout Settings
  # Configure the Layout per controller, or all at once
  # config.layout = { application: 'application', admin: 'admin' }

  # Payment Wizard Settings
  # config.ring_wizards_class_name = 'Effective::RingWizard'
  # config.stamp_wizards_class_name = 'Effective::StampWizard'

  # The available stamp categories
  config.stamp_categories = ['Physical', 'Digital-only', 'Stamp', 'Stamp and Certificate']

  # Use effective roles. Not sure what this does yet.
  config.use_effective_roles = true

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_products-0.2.1 config/effective_products.rb
effective_products-0.2.0 config/effective_products.rb