search for: task_queu

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

Did you mean: task_queues
2012 Sep 13
3
Creating a link_to from a collection_select
...bute of a link_to to be what is the current selection of the collection_select. And needless to say I can''t quite figure it out. app/views/tasks/show.html.erb Who would you like to assign this task to?<br /> <%= link_to ''Myself'', :controller => ''task_queues'', :task_id => @task.id, :action => ''assign_to_me'' %> | Assign To: <%= collection_select("assign", "user_id", @users, :id, :full_name )%> <%= link_to ''Assign'', :controller =>''task_queues'', :tas...