-
Notifications
You must be signed in to change notification settings - Fork 7
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
Client isn't passed to associations correctly #17
Comments
@adambedford I assume it was you posting on Stack Overflow? |
@cantino Yes it was. I still haven't figured out a good solution for this |
We should be able to pass the client threw when we're building associations. I'd definitely call this a bug. |
You identified the underlying issue correctly: you only get to assign one token to the |
this is easy thing to do :) |
Yea, we can fix it. |
@adambedford Is this fixed for you now? |
See http://stackoverflow.com/questions/29288253/ruby-instance-variable-across-classes-or-a-better-way-to-share-an-object-among-c
The text was updated successfully, but these errors were encountered: