module Ember::Data::Source
Public Class Methods
bundled_path_for(distro)
click to toggle source
# File lib/ember/data/source.rb, line 6 def self.bundled_path_for(distro) File.expand_path("../../../../dist/globals/#{distro}", __FILE__) end