/graph_model

Thin layer on top of neography for creating models for a Neo4j database in rails

Primary LanguageRubyMIT LicenseMIT

Graph Model

A thin layer combining active_attr and neography to create basic models for Rails projects

Installation

Add to your Gemfile and run the bundle command to install it.

gem "graph_model"

Requires Ruby 1.9.2 or later.