lib/gooddata/mixins/contributor.rb in gooddata-0.6.7 vs lib/gooddata/mixins/contributor.rb in gooddata-0.6.8
- old
+ new
@@ -6,10 +6,10 @@
# Gets Project Role Contributor
#
# @return [GoodData::Profile] Project Role Contributor
def contributor
url = meta['contributor']
- tmp = GoodData.get url
+ tmp = client.get url
GoodData::Profile.new(tmp)
end
end
end
end