Skip to content

Instantly share code, notes, and snippets.

View thermokarst's full-sized avatar

Matthew Ryan Dillon thermokarst

View GitHub Profile
#!/usr/bin/env python
# ----------------------------------------------------------------------------
# Copyright (c) 2016--, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
import Ember from 'ember';
export default Ember.Route.extend({
beforeModel() {
this.store.push({
data: {
type: 'folder',
id: 2
}
});