module EffectiveProducts

Constants

VERSION

Public Class Methods

RingWizard() click to toggle source
# File lib/effective_products.rb, line 18
def self.RingWizard
  ring_wizard_class_name&.constantize || Effective::RingWizard
end
StampWizard() click to toggle source
# File lib/effective_products.rb, line 22
def self.StampWizard
  stamp_wizard_class_name&.constantize || Effective::StampWizard
end
config_keys() click to toggle source
# File lib/effective_products.rb, line 8
def self.config_keys
  [
    :rings_table_name, :ring_wizards_table_name, :ring_wizard_class_name,
    :stamps_table_name, :stamp_wizards_table_name, :stamp_wizard_class_name,
    :layout, :use_effective_roles
  ]
end