Module: Auth::Notify
- Defined in:
- lib/auth/notify.rb
Class Method Summary collapse
Class Method Details
.send_notification(notification) ⇒ Object
2 3 4 5 6 |
# File 'lib/auth/notify.rb', line 2 def self.send_notification(notification) ## for tests. ##return if Auth.configuration.notify == false notification.send_notification end |