thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
77 stars 6 forks source link

Add explanation for `response_json` method #39

Closed jessieay closed 10 years ago

jessieay commented 10 years ago
sgrif commented 10 years ago

:+1:

Is it worth mentioning this also gives a good place to do normalization on the data, as well? (For example, if you were working with floating point numbers)