Sha256: f45ec0f1fa45f66c2fb7984d30161fc2d6666218265e0fbcbdbf8dd9d7d1b383

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

window.RightnowOms = Ember.Application.create
  rootElement: '#rightnow-oms'

window.RightnowOms.store = DS.Store.create
  adapter:
    DS.MyRESTAdapter.create
      bulkCommit: false
      namespace: 'rightnow_oms'

window.RightnowOms.config = Em.Object.create()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rightnow_oms-0.1.3 app/assets/javascripts/rightnow_oms/app/app.js.coffee