We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This record expects objects to respond_to :to_hash, but not :attributes.
As a result you cannot call bulk operations on active remote objects
https://github.com/liveh2o/active_remote/blob/master/lib/active_remote/bulk.rb#L105-L113
The text was updated successfully, but these errors were encountered:
fixes issue #11 by prioritizing #attributes over #to_hash
e3644fb
Fixed by e3644fb
Sorry, something went wrong.
No branches or pull requests
This record expects objects to respond_to :to_hash, but not :attributes.
As a result you cannot call bulk operations on active remote objects
https://github.com/liveh2o/active_remote/blob/master/lib/active_remote/bulk.rb#L105-L113
The text was updated successfully, but these errors were encountered: