Skip to content

Instantly share code, notes, and snippets.

@tlint
tlint / controllers.application.js
Last active February 6, 2018 19:20
Taylor's Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Tays Twiddle',
init() {
const item1 = this.store.createRecord('primary-collection-item', {
id: 1,
urn: 'urn:item:1',