Sha256: 03bdb02fb77425a38d187fc933d1bbce50e80c26fb825faa87bf6e4a1f2d26e1
Contents?: true
Size: 601 Bytes
Versions: 10
Compression:
Stored size: 601 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' # Use effective roles. Not sure what this does yet. config.use_effective_roles = true end
Version data entries
10 entries across 10 versions & 1 rubygems