therubymug / keymaker

A multi-layer REST API Ruby wrapper for the neo4j graph database.
MIT License
62 stars 12 forks source link

Added static method for node #5

Closed Termina1 closed 11 years ago

Termina1 commented 11 years ago

So you could create nodes in simple "Model.create" style. Also moved all update, remove, create logic to persistence module

therubymug commented 11 years ago

Sorry, this was part of a commit I was already working on: 78916469c075bf5595325472c8475732a5eed1ad

0.1.0 has most of the ActiveModel features now!