ember-data-source-machty 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ember/data/source.rb +5 -3
- metadata +1 -1
data/lib/ember/data/source.rb
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
module Ember
|
2
|
-
module
|
3
|
-
|
4
|
-
|
2
|
+
module Date
|
3
|
+
module Source
|
4
|
+
def self.bundled_path_for(distro)
|
5
|
+
File.expand_path("../../../../dist/#{distro}", __FILE__)
|
6
|
+
end
|
5
7
|
end
|
6
8
|
end
|
7
9
|
end
|