Set active account now works again

This commit is contained in:
Torkel Ödegaard
2014-12-15 21:56:16 +01:00
parent 973b9cad36
commit 705455d5d6
8 changed files with 49 additions and 36 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ var (
func Init() {
tables = append(tables, new(models.Account), new(models.Dashboard), new(models.Collaborator))
models.CreateAccount = CreateAccount
models.SaveAccount = SaveAccount
models.GetAccount = GetAccount
models.GetAccountByLogin = GetAccountByLogin
models.GetOtherAccountsFor = GetOtherAccountsFor