mavenlink / mavenlink_gem

[ALPHA] Mavenlink API
MIT License
9 stars 7 forks source link

Client isn't passed to associations correctly #17

Open cantino opened 9 years ago

cantino commented 9 years ago

See http://stackoverflow.com/questions/29288253/ruby-instance-variable-across-classes-or-a-better-way-to-share-an-object-among-c

cantino commented 9 years ago

@adambedford I assume it was you posting on Stack Overflow?

adambedford commented 9 years ago

@cantino Yes it was. I still haven't figured out a good solution for this

cantino commented 9 years ago

We should be able to pass the client threw when we're building associations. I'd definitely call this a bug.

cantino commented 9 years ago

You identified the underlying issue correctly: you only get to assign one token to the Mavenlink client. We will look at fixing that.

einzige commented 9 years ago

this is easy thing to do :)

cantino commented 9 years ago

Yea, we can fix it.

cantino commented 9 years ago

@adambedford Is this fixed for you now?