mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
replace cattr_accessor for mattr_accessor for modules
This commit is contained in:
parent
c085f54530
commit
057a82ce20
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'active_support/all'
|
|||
require 'rack/oauth2'
|
||||
|
||||
module FbGraph2
|
||||
cattr_accessor :root_url, :api_version, :gem_version, :logger, :debugging, :_http_config_, :object_classes
|
||||
mattr_accessor :root_url, :api_version, :gem_version, :logger, :debugging, :_http_config_, :object_classes
|
||||
|
||||
self.root_url = 'https://graph.facebook.com'
|
||||
self.api_version = 'v2.0'
|
||||
|
|
Loading…
Reference in a new issue