lib/fb_graph/note.rb in fb_graph-1.1.4 vs lib/fb_graph/note.rb in fb_graph-1.1.5

- old
+ new

@@ -21,8 +21,11 @@ end if attributes[:updated_time] @updated_time = Time.parse(attributes[:updated_time]).utc end @icon = attributes[:icon] + + # cached connection + @_comments_ = FbGraph::Collection.new(attributes[:comments]) end end end \ No newline at end of file