lib/ember/data/source.rb in ember-data-source-2.4.0.beta.1 vs lib/ember/data/source.rb in ember-data-source-2.4.0.beta.2

- old
+ new

@@ -2,10 +2,10 @@ module Ember module Data module Source def self.bundled_path_for(distro) - File.expand_path("../../../../dist/#{distro}", __FILE__) + File.expand_path("../../../../dist/globals/#{distro}", __FILE__) end end end end