update merge from master

This commit is contained in:
Matthew Dillon 2015-07-13 16:32:03 -08:00
commit f295082592
88 changed files with 771 additions and 675 deletions

View file

@ -1,9 +0,0 @@
import Ember from 'ember';
import AuthenticatedRouteMixin from 'simple-auth/mixins/authenticated-route-mixin';
export default Ember.Route.extend(AuthenticatedRouteMixin, {
model: function() {
return this.store.createRecord('species');
},
});

View file

@ -1,6 +0,0 @@
{{
forms/species-form
species=model
save="save"
cancel="cancel"
}}