Cleaning up type strain

This commit is contained in:
Matthew Dillon 2015-04-15 09:43:01 -08:00
parent 2b6d7fecbb
commit 43295ca63f
3 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ export default DS.Model.extend({
measurements: DS.hasMany('measurements', { async: true }),
speciesName: DS.attr('string'),
strainName: DS.attr('string'),
strainType: DS.attr('string'),
typeStrain: DS.attr('boolean'),
etymology: DS.attr('string'),
accessionBanks: DS.attr('string'),
genbankEmblDdb: DS.attr('string'),