search for: employee_type_delet

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

Did you mean: employee_type_delete
2006 Aug 17
2
link_to_remote question
I''m using link_to_remote to call a method that deletes an item <%= link_to_remote " [delete]", :url => { :controller => ''user_admin'', :action => ''employee_type_delete'', :id => employee_type.id } %> I''d like to have a confirm dialog popup like the plain old link_to call allows. Is there any way to do this with link_to_remote? -- Sterling Anderson...