lib/social_profile/providers/base.rb in social_profile-0.1.3 vs lib/social_profile/providers/base.rb in social_profile-0.1.4
- old
+ new
@@ -52,9 +52,13 @@
end
def info?
auth_hash['info'] && auth_hash['info'].is_a?(Hash)
end
+
+ def works?
+ false
+ end
def avatar_url
@avatar_url ||= info('image')
end