Skip to content

Instantly share code, notes, and snippets.

View bayarja's full-sized avatar
🎯
Focusing

Bayarja bayarja

🎯
Focusing
  • minutevideos
  • UB,MGL
  • 22:29 (UTC +08:00)
  • X @mng_nomad
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