Notification
< Dictionary
examples
Notification.create
Notification.create!
Notification.create!(body: :world)
Notification.create!(subject: :hello)
Notification.create!(subject: :hello, body: :world)
Notification.create!(subject: :hello, path: :documentation, sound: :default)
class functions