Skip to content

Instantly share code, notes, and snippets.

@vivekprahlad
Created November 14, 2011 07:11
Show Gist options
  • Save vivekprahlad/1363427 to your computer and use it in GitHub Desktop.
Save vivekprahlad/1363427 to your computer and use it in GitHub Desktop.
class SportsCar < Neo4j::Rails::Model
include Neo4j::Rails::Versioning
property :brand
end
class Driver < Neo4j::Rails::Model
include Neo4j::Rails::Versioning
property :name
has_n(:sports_cars)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment