Skip to content

Instantly share code, notes, and snippets.

@souzaonofre
Created June 22, 2016 21:09
Show Gist options
  • Save souzaonofre/2d2248d14ece7264bd2948b1eee663d4 to your computer and use it in GitHub Desktop.
Save souzaonofre/2d2248d14ece7264bd2948b1eee663d4 to your computer and use it in GitHub Desktop.
respond_to do |format|
format.json { render json: @model_instance, :only => [:id, :name] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment