Skip to content

Instantly share code, notes, and snippets.

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