lib/dribble/shot.rb in dribble-0.1.1 vs lib/dribble/shot.rb in dribble-0.1.2
- old
+ new
@@ -31,10 +31,10 @@
# @return [Object]
# @api public
#
def self.following(id, options={})
results = Dribble::API::Shot.following(id, options)
- Dribble::Following.new(format_shots(results), results)
+ Dribble::Following.new(format_shots(results), results.merge(:player_name => id))
end
##
# Everyones
\ No newline at end of file