Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subclassed models should query all ancestor labels #690

Closed
cheerfulstoic opened this issue Feb 18, 2015 · 2 comments
Closed

Subclassed models should query all ancestor labels #690

cheerfulstoic opened this issue Feb 18, 2015 · 2 comments
Milestone

Comments

@cheerfulstoic
Copy link
Contributor

class StackOverflow
  include Neo4j::ActiveNode
end

class User < StackOverflow
  property :about_me
end

Should do the equivalent of MATCH (node:User:StackOverflow)

@cheerfulstoic
Copy link
Contributor Author

I think that this is done. Will verify

@cheerfulstoic
Copy link
Contributor Author

Fixed and in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants