Module: Notifly::Models::Notifiable
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 |