Ember data: convey strain/meas. relationships
This commit is contained in:
parent
4be150f897
commit
af515e3e3c
8 changed files with 55 additions and 46 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue