Skip to content

Instantly share code, notes, and snippets.

@vivekprahlad
Created November 4, 2011 06:45
Show Gist options
  • Save vivekprahlad/1338801 to your computer and use it in GitHub Desktop.
Save vivekprahlad/1338801 to your computer and use it in GitHub Desktop.
Reference data - country
class Country < Neo4j::Rails::Model
property :name
ref_node { Neo4j.default_ref_node }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment