Be careful with the shovel (<<) operator. It modifies the object on the
authorWard Vandewege <ward@clinicalfuture.com>
Mon, 4 Feb 2013 03:29:23 +0000 (22:29 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Mon, 4 Feb 2013 03:29:23 +0000 (22:29 -0500)
commit353f96b37f0ed63c7a9b1dcfaeb2a327af9fe6d3
treeb1228e16816b010ebc5039aa6e251ffee31d7c06
parent9056451c9d3a454109883b8b1d8190b885e719ad
Be careful with the shovel (<<) operator. It modifies the object on the
left hand side. And if that object is just a copy (i.e. reference to) of
another object, bad things like on-the-fly modification of the
orvos_login_base configuration value occur...

This fixes the multiplication of return_to parameters on every call to
the login url.
app/models/orvos_api_client.rb