lib/zendesk2/client/models/topic_comment.rb in zendesk2-0.1.2 vs lib/zendesk2/client/models/topic_comment.rb in zendesk2-0.1.3
- old
+ new
@@ -44,10 +44,10 @@
end
def reload
requires :identity
- if data = collection.get(topic_id, identity)
+ if data = self.connection.topic_comments("topic_id" => topic_id).get(identity)
new_attributes = data.attributes
merge_attributes(new_attributes)
self
end
end