Module: Verge::Client::PathHelper

Defined in:
lib/verge/client.rb

Instance Method Summary collapse

Instance Method Details

#verge_auth_urlObject

Return the path to the authentication action on the server



16
17
18
# File 'lib/verge/client.rb', line 16

def verge_auth_url
  "#{Verge::Client.server_url}/login"
end