Sha256: 61bc4495e410aa3ddb288fd925fd0fa168c6550b759897af87b2c407794415a1

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 Bytes

Contents

EffectiveProducts.setup do |config|
  config.rings_table_name = :rings
  config.ring_payments_table_name = :ring_payments
  config.stamps_table_name = :stamps
  config.stamp_payments_table_name = :stamp_payments

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

  # Payment Wizard Settings
  # config.ring_payments_class_name = 'Effective::RingPayment'
  # config.stamp_payments_class_name = 'Effective::StampPayment'

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

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
effective_products-0.0.2 config/effective_products.rb