UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

9 lines (6 loc) 180 B
import DS from 'ember-data'; import ApplicationAdapter from 'rocks/adapters/application'; var Store = DS.Store.extend({ adapter: ApplicationAdapter }); export default Store;