diff --git a/lib/ember/data/source.rb b/lib/ember/data/source.rb index 9140be09c4c..142d061de0d 100644 --- a/lib/ember/data/source.rb +++ b/lib/ember/data/source.rb @@ -4,7 +4,7 @@ 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