5 Commits

Author SHA1 Message Date
Jiang Le
00171b6f97 Update associations.md
Many to many association
should use
```
db.Model(&user).Related(&languages, "Languages") 
```
instead of
```
db.Model(&user).Related(&languages)
```
http://stackoverflow.com/questions/34667199/gorm-many-to-many-select-gives-invalid-association-error
2016-10-10 16:31:00 +08:00
☃ Dmitry (◕ᴥ◕)
96e1033335 Fix typos 2016-08-01 20:48:08 +09:00
Jinzhu
6bc050c2e0 Update document 2016-03-08 09:35:39 +08:00
Jinzhu
fcf25c48c4 Update README 2016-03-07 23:58:31 +08:00
Jinzhu
6428d4264f Update documents 2016-02-28 18:07:46 +08:00