Module: Verge::Client::PathHelper
- Defined in:
- lib/verge/client.rb
Instance Method Summary collapse
-
#verge_auth_url ⇒ Object
Return the path to the authentication action on the server.
Instance Method Details
#verge_auth_url ⇒ Object
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 |