examples/github_client.rb in oauth2-client-1.1.3 vs examples/github_client.rb in oauth2-client-2.0.0
- old
+ new
@@ -1,5 +1,5 @@
-class GithubClient < OAuth2::Client
+class GithubClient < OAuth2Client::Client
def initialize(*args)
super
@token_path = '/login/oauth/access_token'
@authorize_path = '/login/oauth/authorize'
\ No newline at end of file