module Ember::Data::ActiveModel::Adapter::Source

Public Class Methods

bundled_path_for(distro) click to toggle source
# File lib/ember/data/active_model/adapter/source.rb, line 8
def self.bundled_path_for(distro)
  File.expand_path("../../../../../../dist/#{distro}", __FILE__)
end