Skip to content

Instantly share code, notes, and snippets.

@panupan
panupan / gist:1023808
Created June 13, 2011 21:49 — forked from chadmoone/gist:1023734
Bug is not present when using store.loadRecords instead of Fixtures
// ==========================================================================
// Project: RecordBug
// Copyright: @2011 My Company, Inc.
// ==========================================================================
/*globals RecordBug */
RecordBug = SC.Application.create({
store: SC.Store.create().from(SC.Record.fixtures)
});