Skip to content

Instantly share code, notes, and snippets.

@mathie
Created April 22, 2016 05:34
Show Gist options
  • Save mathie/dbaecaa28f649ea62f93eb50dd7d18df to your computer and use it in GitHub Desktop.
Save mathie/dbaecaa28f649ea62f93eb50dd7d18df to your computer and use it in GitHub Desktop.
class Node < ActiveRecord::Base
def descendants
self.class.where(“:id = ANY(path)”, id: id)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment