search for: assign_to_other

Displaying 1 result from an estimated 1 matches for "assign_to_other".

2012 Sep 13
3
Creating a link_to from a collection_select
...collection_select("assign", "user_id", @users, :id, :full_name )%> <%= link_to ''Assign'', :controller =>''task_queues'', :task_id => @task.id, :user_id => ## Current Selection of the collection_select ##, :action => ''assign_to_other'' %> This action brings it across to another controller/model where I write the results to the task_queues database. Any insight or assistance in this would be greatly apprecaited. Thanks, Brian -- You received this message because you are subscribed to the Google Groups &quo...