search for: assign_to_me

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

Did you mean: assign_to_b
2012 Sep 13
3
Creating a link_to from a collection_select
...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'', :task_id => @task.id, :user_id => ## Current Selection of the collection_...