Module: Auth::Notify

Defined in:
lib/auth/notify.rb

Class Method Summary collapse

Class Method Details

.send_notification(notification) ⇒ Object



2
3
4
5
# File 'lib/auth/notify.rb', line 2

def self.send_notification(notification)
	## so here we have notification send_notification.
	notification.send_notification
end