Skip to content

Instantly share code, notes, and snippets.

@8parth
Created November 12, 2016 14:01
Show Gist options
  • Save 8parth/3194466c1a75125aef65bcaa4259258f to your computer and use it in GitHub Desktop.
Save 8parth/3194466c1a75125aef65bcaa4259258f to your computer and use it in GitHub Desktop.
example with nested includes
def index
@users = User.all.includes(:posts => [:comments])
render json: @users
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment