resend confirm instructions via devise
- by Paul 'Whippet' McGuane
what im trying to achieve is that when an admin views a list of members, they can click a link to resend the instructions on how to confirm that members accounts.
this is the code im using to try and achieve this
= link_to 'Resend Confirmation', confirmation_path(:user => {:email => user.email}), :remote => :true
im hoping that this…