lib/fb_graph/post.rb in fb_graph-1.2.5 vs lib/fb_graph/post.rb in fb_graph-1.3.0

- old
+ new

@@ -35,10 +35,10 @@ @icon = attributes[:icon] @attribution = attributes[:attribution] @actions = [] if attributes[:actions] attributes[:actions].each do |action| - @actions << FbGraph::Action.new(action) + @actions << Action.new(action) end end @like_count = attributes[:likes] @type = attributes[:type] if attributes[:privacy] \ No newline at end of file