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

Subclass models with same label don't work #693

Closed
cheerfulstoic opened this issue Feb 20, 2015 · 1 comment
Closed

Subclass models with same label don't work #693

cheerfulstoic opened this issue Feb 20, 2015 · 1 comment

Comments

@cheerfulstoic
Copy link
Contributor

Just so we don't forget about this

class StackOverflow
  include Neo4j::ActiveNode
end
class GitHub
  include Neo4j::ActiveNode
end
class StackOverflowUser < StackOverflow
  self.mapped_label_name = 'User'
end
class GitHubUser < GitHub
  self.mapped_label_name = 'User'
end
@cheerfulstoic
Copy link
Contributor Author

Fixed by #701

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

1 participant