Sha256: 7ee940982dcc93e4967a3ef62960e66d65fc4b4fa859ff64d6f75ee5362f439f
Contents?: true
Size: 235 Bytes
Versions: 9
Compression:
Stored size: 235 Bytes
Contents
(function() { "use strict"; App.Store = DS.Store.extend({ adapter: DS.RESTAdapter.extend({ namespace: (App.get('blogelatorPath') === '/' ? '' : App.get('blogelatorPath').substring(1) + '/') + 'api' }) }); })();
Version data entries
9 entries across 9 versions & 1 rubygems