module Auth::Notify

Public Class Methods

send_notification(notification) click to toggle source
# File lib/auth/notify.rb, line 2
def self.send_notification(notification)
        ## so here we have notification send_notification.
        notification.send_notification
end