Module: MeExceptional

Defined in:
lib/me_exceptional.rb,
lib/me_exceptional/engine.rb,
lib/me_exceptional/version.rb,
lib/me_exceptional/extension.rb,
lib/generators/me_exceptional/views_generator.rb,
lib/generators/me_exceptional/install_generator.rb,
lib/generators/me_exceptional/mailers_generator.rb

Defined Under Namespace

Modules: BasicExtension, Generators Classes: Engine, Mailer

Constant Summary collapse

VERSION =
"0.2.3"
@@mailer_from =
nil
@@mailer_to =
nil

Class Method Summary collapse

Class Method Details

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

mattr_accessor :app_root

Yields:

  • (_self)

Yield Parameters:

  • _self (MeExceptional)

    the object that the method was called on



14
15
16
# File 'lib/me_exceptional.rb', line 14

def self.setup
  yield self
end