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

Multiple associations at once #9

Closed
teogeos opened this issue Nov 11, 2014 · 1 comment
Closed

Multiple associations at once #9

teogeos opened this issue Nov 11, 2014 · 1 comment

Comments

@teogeos
Copy link

teogeos commented Nov 11, 2014

Is there a way to write something like

[Animal]<:-[Cat],[Dog],[Pig]

instead of

[Animal]<:-[Cat]
[Animal]<:-[Dog]
[Animal]<:-[Pig]

It would be a very practical feature.

@skanaar
Copy link
Owner

skanaar commented Nov 11, 2014

Always nice with input, but I don't think this is important enough to motivate the effort

@skanaar skanaar closed this as completed Nov 11, 2014
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