Module: Ember::Auth::Response::Dummy::Source

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

Class Method Summary collapse

Class Method Details

.bundled_pathObject



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

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