Sha256: 4558f2519e38058b7f178f4edee4f6a0a515f7b3622526e6d456449fac3a9a00

Contents?: true

Size: 170 Bytes

Versions: 40

Compression:

Stored size: 170 Bytes

Contents

module Auth::Notify
	def self.send_notification(notification)
		## for tests.
		##return if Auth.configuration.notify == false
		notification.send_notification
	end

end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
wordjelly-auth-1.4.0 lib/auth/notify.rb
wordjelly-auth-1.3.9 lib/auth/notify.rb
wordjelly-auth-1.3.8 lib/auth/notify.rb
wordjelly-auth-1.3.7 lib/auth/notify.rb
wordjelly-auth-1.3.6 lib/auth/notify.rb
wordjelly-auth-1.3.5 lib/auth/notify.rb
wordjelly-auth-1.3.3 lib/auth/notify.rb
wordjelly-auth-1.3.2 lib/auth/notify.rb
wordjelly-auth-1.3.1 lib/auth/notify.rb
wordjelly-auth-1.3.0 lib/auth/notify.rb
wordjelly-auth-1.2.9 lib/auth/notify.rb
wordjelly-auth-1.2.8 lib/auth/notify.rb
wordjelly-auth-1.2.6 lib/auth/notify.rb
wordjelly-auth-1.2.5 lib/auth/notify.rb
wordjelly-auth-1.2.4 lib/auth/notify.rb
wordjelly-auth-1.2.3 lib/auth/notify.rb
wordjelly-auth-1.2.2 lib/auth/notify.rb
wordjelly-auth-1.2.1 lib/auth/notify.rb
wordjelly-auth-1.2.0 lib/auth/notify.rb
wordjelly-auth-1.1.9 lib/auth/notify.rb