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

HAL support for an array of linked objects #60

Merged
merged 1 commit into from
Feb 7, 2015

Conversation

abargnesi
Copy link
Contributor

This change does not affect the interface of the link method. The
options hash position can be a type of Array which conveys multiple
linked objects for a single relationship.

The specification tests were updated as a new rspec context so the
existing tests would not be affected.

fixes #58

This change does not affect the interface of the link method. The
options hash position can be a type of Array which conveys multiple
linked objects for a single relationship.

The specification tests were updated as a new rspec context so the
existing tests would not be affected.

fixes ismasan#58
@abargnesi
Copy link
Contributor Author

Travis build fails due to i18n requiring >= 1.9.3. This is affecting the tested ruby versions 1.8.7/1.9.2 using activesupport 3.0-3.2.

abargnesi added a commit to OpenBEL/openbel-api that referenced this pull request Feb 5, 2015
@abargnesi
Copy link
Contributor Author

Any thoughts on this change?

ismasan added a commit that referenced this pull request Feb 7, 2015
HAL support for an array of linked objects

Dealing with Travis later on, as it's failing for causes unrelated to this PR.
@ismasan ismasan merged commit 32990b4 into ismasan:master Feb 7, 2015
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

Successfully merging this pull request may close these issues.

HAL support for multiple link objects per relationship?
2 participants