Module: NotifyOnError

Defined in:
lib/noe/engine.rb,
lib/notify_on_error.rb,
lib/application_controller.rb

Defined Under Namespace

Modules: Controller Classes: Engine

Constant Summary collapse

@@notification_method =
nil
@@notification_environments =
nil
@@email_from =
nil
@@email_to =
nil

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (NotifyOnError)

    the object that the method was called on



17
18
19
# File 'lib/notify_on_error.rb', line 17

def self.setup
  yield self
end