This commit is contained in:
Matthew Dillon 2015-11-12 13:49:32 -07:00
parent b12ff0eb20
commit 2d2950ed33

View file

@ -33,7 +33,7 @@ export default Route.extend({
compare.set('selectedStrains', params.strain_ids);
compare.set('selectedCharacteristics', params.characteristic_ids);
return this.get('ajax').request('/compare', { data: params })
return this.get('ajax').request('/compare', { data: params });
},
setupController: function(controller, model) {