-
Notifications
You must be signed in to change notification settings - Fork 152
Specify the class in String in using
option
#50
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
@@ -635,8 +635,23 @@ def timestamp(date) | |||
end | |||
|
|||
context 'child representations' do | |||
it 'disables root key name for child representations' do | |||
it 'should correct find the class constant specified in string' 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.
Change to present it "corrects ..."
.
Please update the README and the CHANGELOG. The build failed because of a Rubocop offense. Please do these via |
@dblock Updated. |
@@ -13,6 +13,11 @@ Next Release | |||
* [#47](https://github.com/intridea/grape-entity/pull/47): Support nested exposures - [@wyattisimo](https://github.com/wyattisimo). | |||
* Your contribution here. | |||
|
|||
|
|||
0.4.0 (2014-01-13) |
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.
This should go above, as a line for "next release", please.
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.
I'll take care of it ...
Merged via 856c9d0. |
Thanks @dblock , sorry for all the bothering I've brought. Just started to do some open source. I will be better next time. |
You did totally great! Thanks for contributing. |
Now supports specify the class constant in String in
using
option in full path.Fix for issue: #46