Module: Ember::Auth::Strategy::Dummy::Source

Defined in:
lib/ember/auth/strategy/dummy/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



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

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