Godfrey Chan 1a2114d87d Don't abuse as_json, it's not meant for consumption
The `as_json` API is a hook for JSON encoders to call, not meant for
consumption like this, and the result is not guarenteed to be stable
across Rails versions.

There might be other cases like this that we should revisit later, but
this one in particular is causing a test to fail on Rails master.
2013-11-29 21:58:09 -08:00
..
2013-11-25 18:36:13 +01:00
2013-10-16 16:01:41 -04:00
2013-11-01 23:57:50 +01:00
2013-11-11 13:23:49 -08:00