Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created March 14, 2018 10:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/30fed1716c921586d3ff803a88c8aa5c to your computer and use it in GitHub Desktop.
Save tbuehlmann/30fed1716c921586d3ff803a88c8aa5c to your computer and use it in GitHub Desktop.
posts = Post.all
ActiveRecord::Associations::Preloader.new.preload(posts, :comments, Comment.where('id > 42'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment