Module: SpreeContactUs

Defined in:
lib/spree_contact_us.rb,
lib/spree_contact_us/engine.rb,
lib/generators/spree_contact_us/install/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: Engine

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Default way to setup ContactUs. Run rake contact_us:install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:



20
21
22
# File 'lib/spree_contact_us.rb', line 20

def self.setup
  yield self
end