Skip to content

Instantly share code, notes, and snippets.

@mathie
Created April 22, 2016 05:44
Show Gist options
  • Save mathie/7c277bd0a6570e5e704104a65c584bb8 to your computer and use it in GitHub Desktop.
Save mathie/7c277bd0a6570e5e704104a65c584bb8 to your computer and use it in GitHub Desktop.
class NodesController < ActionController::Base
def index
@nodes = Node.roots.eager_load(:descendants)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment