Ember data: convey strain/meas. relationships

This commit is contained in:
Matthew Dillon 2015-01-26 11:39:26 -09:00
parent 4be150f897
commit af515e3e3c
8 changed files with 55 additions and 46 deletions

View file

@ -22,7 +22,7 @@ type SpeciesBase struct {
type Species struct {
*SpeciesBase
Strain NullSliceInt64 `db:"strains" json:"strains"`
Strains NullSliceInt64 `db:"strains" json:"strains"`
}
type SpeciesJSON struct {