Created
January 21, 2015 13:42
-
-
Save ugisozols/2f2cbe4c2e8c67759b4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/adapters/applictation.js | |
import DS from "ember-data"; | |
export default DS.FixtureAdapter.extend({ latency: 500 }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment