class Smooth::Event
Public Class Methods
provider()
click to toggle source
# File lib/smooth/event.rb, line 6 def self.provider ActiveSupport::Notifications end
Public Instance Methods
payload()
click to toggle source
Calls superclass method
# File lib/smooth/event.rb, line 10 def payload hash = super hash && hash.to_mash end