Skip to content

Instantly share code, notes, and snippets.

View bayarja's full-sized avatar
🎯
Focusing

Bayarja bayarja

🎯
Focusing
View GitHub Profile
@bayarja
bayarja / gist:2140e339726bac2a68c5
Created January 25, 2016 04:28
activeNode relations
class User #< ActiveRecord::Base
include Neo4j::ActiveNode
property :username
property :fullname
property :register_no
property :active
property :comment
property :password