Module: ContactUs

Defined in:
lib/contact_us.rb,
lib/contact_us/engine.rb,
lib/contact_us/version.rb,
lib/contact_us/tasks/install.rb

Defined Under Namespace

Modules: ContactsHelper, Tasks Classes: Contact, ContactMailer, ContactsController, Engine

Constant Summary collapse

VERSION =
"1.2.0"
@@parent_mailer =
"ActionMailer::Base"

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:

  • _self (ContactUs)

    the object that the method was called on



32
33
34
# File 'lib/contact_us.rb', line 32

def self.setup
  yield self
end