Module: Ember::Auth::Request::Jquery::Source

Defined in:
lib/ember/auth/request/jquery/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



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

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