module Ember::Auth::Module::UrlAuthenticatable::Source
Public Class Methods
bundled_path()
click to toggle source
# File lib/ember/auth/module/url_authenticatable/source.rb, line 6 def self.bundled_path path = File.join '..', '..', '..', '..', '..', '..', \ 'dist', 'ember-auth-module-url-authenticatable.js' File.expand_path path, __FILE__ end