Module: Notifly::Models::Notifiable

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/notifly/models/notifiable.rb

Instance Method Summary collapse

Instance Method Details

#notifly!(args = {}) ⇒ Object



6
7
8
# File 'lib/notifly/models/notifiable.rb', line 6

def notifly!(args={})
  Notifly::Notification.create! args.merge(receiver: self)
end