-
Notifications
You must be signed in to change notification settings - Fork 91
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
Control relationships #70
Control relationships #70
Conversation
}) | ||
end | ||
|
||
it 'allows to inclue data for relationships' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"inclue" :)
This looks great! The tests definitely make me happy. Any chance you'd like to add a small update to the |
Removed long-content attribute from relationship representation specs. Updated README.
@fotinakis thank you for your feedback. I've updated specs according to your suggestions and fixed the typo. I've also updated Please check when you have a moment. Thanks! |
Thanks for your contribution! This has been released in v0.11.0 of the gem. |
This PR contains changes from this PR + fixes I mentioned in the comments.
I've also added tests to make sure it's working as expected.