Skip to content
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

bulk.parse_records does not support active_remote objects #11

Closed
spencerroan opened this issue Nov 22, 2013 · 1 comment
Closed

bulk.parse_records does not support active_remote objects #11

spencerroan opened this issue Nov 22, 2013 · 1 comment

Comments

@spencerroan
Copy link

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

@liveh2o
Copy link
Owner

liveh2o commented Nov 24, 2013

Fixed by e3644fb

@liveh2o liveh2o closed this as completed Nov 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants