Skip to content

Commit

Permalink
Remove country_code
Browse files Browse the repository at this point in the history
  • Loading branch information
treble37 committed Feb 6, 2017
1 parent e8e424e commit 275331c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/funky/page.rb
Expand Up @@ -51,12 +51,6 @@ def country
location[:country]
end

# @see https://developers.facebook.com/docs/graph-api/reference/location/
# @return [String, nil] the country code of the Facebook Page if it is present
def country_code
location[:country_code]
end

# @see https://developers.facebook.com/docs/graph-api/reference/location/
# @return [String] the zip code of the Facebook Page if it is present
def zip
Expand Down

0 comments on commit 275331c

Please sign in to comment.