-
Notifications
You must be signed in to change notification settings - Fork 152
Fix for #215. Allow delegate_attribute for derived classes #231
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
Conversation
another way to check derived entity group delegate_attribute tests
@@ -4,6 +4,7 @@ | |||
* [#215](https://github.com/ruby-grape/grape-entity/pull/217): Fix: `#delegate_attribute` no longer delegates to methods included with `Kernel` - [@maltoe](https://github.com/maltoe). | |||
* [#219](https://github.com/ruby-grape/grape-entity/pull/219): Fix: double pass options in serializable_hash - [@sbatykov](https://github.com/sbatykov). | |||
* [#226](https://github.com/ruby-grape/grape-entity/pull/226): Add fetch method to fetch from opts_hash - [@alanjcfs](https://github.com/alanjcfs). | |||
* [#231](https://github.com/ruby-grape/grape-entity/pull/231): Fix for #215 allow delegate_attribute for derived enyity - [@sbatykov](https://github.com/sbatykov) |
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.
If you're going to mention #215, link it the same way as the PR, but generally we just don't.
Entity is misspelled.
There needs to be a period at the end of this, see other lines;)
This is great, just amend the text changes and I'll merge. Don't hesitate to squash the commits too. Thanks. |
It would be great to handle the delegation properly in the next version. Do you @sbatykov have the intention to finalize this? |
What is the status of this one, we are forced to do some ugly stuff to handle the degraded inheritance support #217 introduced. |
@dblock, works like a charm. Thanks for this. |
No description provided.