Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created February 27, 2020 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikasulo/d4d565dd2291b5d92c3f7e603abed8ab to your computer and use it in GitHub Desktop.
Save nikasulo/d4d565dd2291b5d92c3f7e603abed8ab to your computer and use it in GitHub Desktop.
def json_response(object, status = :ok)
render json: object, status: status
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment