I\'d like a Rails controller (all of them, actually, it\'s an API) to render JSON always always.
I don\'t want Rails to return \"route not found\", or try and fail t
It's just:
render formats: :json