Skip to content

Instantly share code, notes, and snippets.

@mathie
Created April 22, 2016 05:23
Show Gist options
  • Save mathie/d66954021cb2743b1ad07b7a31220c30 to your computer and use it in GitHub Desktop.
Save mathie/d66954021cb2743b1ad07b7a31220c30 to your computer and use it in GitHub Desktop.
class Node < ActiveRecord::Base
def self.roots
where(path: [])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment