Datasource options are now included in bootData

This commit is contained in:
Torkel Ödegaard
2014-12-28 19:30:14 +01:00
parent f3132b4513
commit ec98c201e4
5 changed files with 15 additions and 112 deletions

View File

@ -18,8 +18,6 @@ type Context struct {
Account *models.Account
UserAccount *models.Account
IsSigned bool
}
func (c *Context) GetAccountId() int64 {