7 lines
161 B
Go
Raw Normal View History

2019-06-03 09:32:43 +00:00
package arn
// Save saves the notification in the database.
func (notification *Notification) Save() {
DB.Set("Notification", notification.ID, notification)
}