Module: Ember::Auth::Module::EmberModel::Source

Defined in:
lib/ember/auth/module/ember_model/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



6
7
8
9
10
# File 'lib/ember/auth/module/ember_model/source.rb', line 6

def self.bundled_path
  path = File.join '..', '..', '..', '..', '..', '..', \
    'dist', 'ember-auth-module-ember-model.js'
  File.expand_path path, __FILE__
end