Added arn to the main repository
This commit is contained in:
6
arn/EditLogEntryAPI.go
Normal file
6
arn/EditLogEntryAPI.go
Normal file
@ -0,0 +1,6 @@
|
||||
package arn
|
||||
|
||||
// Save saves the log entry in the database.
|
||||
func (entry *EditLogEntry) Save() {
|
||||
DB.Set("EditLogEntry", entry.ID, entry)
|
||||
}
|
Reference in New Issue
Block a user