You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an object using respond_with, it renders the json or xml with status 201 (Created).
I think with rabl it just renders the template with the status code 200.
Is it a bug or a normal behavior? And is there a way to merge both behaviors?