7 lines
121 B
Go
Raw Normal View History

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