Zia Ahmad

Results 2 issues of Zia Ahmad

Additional information which could be helpful if relevant to your issue: ### Code example (inline, gist, or repo) ``` class Color include Neo4j::ActiveNode property :name, type: String property :code, type:...

### Code example (inline, gist, or repo) ``` class Category include Neo4j::ActiveNode id_property :uid, on: :next_id property :name, type: String property :description, type: String property :main, type: Boolean scope :main,...