I have the current link, but recently realized that my output needs to be absolute_url with the port.
link_to key_status, "/attendants/update_player_status/game/#{game.id}/#{key_status}/user_hash/#{user_hash}"
which after processing returns:
<a href="/attendants/update_player_status/game/4/no/user_hash/a_hash_here" class="ui-link">no</a>
I would like this link to be absolute and am looking at url_for, except im not sure how to pass in the dynamic parameters, and created an absolute link, any idea?
Use the :only_path parameter like so: