Sam Ramsden

Results 2 issues of Sam Ramsden

I have a rails model with coords, and when dumped to yml the `y` is rendered incorrectly. For example, ``` >> puts Coord.new(x: 13, y: 12).attributes.to_yaml --- id: x: 13...

Hi @beneggett Very much enjoying your gem, thankyou! I am just wondering about the `sport_event_context` in the current Soccer Extended API Currently I am not able to access the round...