Skip to content

Commit

Permalink
Make fixtures the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexi committed Dec 28, 2009
1 parent acda350 commit aed2647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/contacts/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Contacts = SC.Application.create(
// connect to a backend server. The default setup below connects the store
// to any fixtures you define.
store: SC.Store.create({})
//.from(SC.Record.fixtures)
.from('Contacts.Provider')
/*store: Roots.Store.create({
.from(SC.Record.fixtures)
//.from('Contacts.Provider') // UNCOMMENT THIS FOR DJANGO BACK-END
/*store: Roots.Store.create({ // UNCOMMENT THIS BLOCK FOR MONGO BACK-END
map: {
"contacts": "Contacts.Contact",
"groups": "Contacts.Group"
Expand Down

0 comments on commit aed2647

Please sign in to comment.