Fix update#24
Conversation
|
Hi guys, |
|
You can just reference my branch in your gemfile if you'd like, or fork it. |
|
As mentioned in issue #23, this is a good step in the right direction, but it does constitute a breaking change. The update method currently supports making updates to the entity itself, and then passing it to the This change would only allow updates to be made by passing in an attributes hash of the updated values. What we could do, though, is if an What do you think of that, @Geesu? |
|
Yea that makes complete sense. I'll update this PR shortly. |
According to the documentation you shouldn't send the entire object, only the fields you care about:
Fixes #23