lib/fb_graph/video.rb in fb_graph-2.2.2 vs lib/fb_graph/video.rb in fb_graph-2.2.3

- old
+ new

@@ -33,9 +33,9 @@ if attributes[:updated_time] @updated_time = Time.parse(attributes[:updated_time]).utc end # cached connection - @_comments_ = Collection.new(attributes[:comments]) + cache_collections attributes, :comments end end end \ No newline at end of file