Skip to content

Instantly share code, notes, and snippets.

@andreasronge
Created September 3, 2014 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreasronge/645af42fe21a9be73283 to your computer and use it in GitHub Desktop.
Save andreasronge/645af42fe21a9be73283 to your computer and use it in GitHub Desktop.
class Animal
include Neo4j::ActiveNode
has_one :in, :owner, origin: :pets, model_class: Human
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment