I\'m looking to render an index of all articles along with a full article via JSON in my rails app, but I\'m having a little trouble figuring out how to do it.
to_json has a :method option that includes the result of any method you name, you could define a method on that model that returns the additional data you want in your JSON.