I have madmimi wrapper that somebody wrote as a helper, andi i have to use it not matter what. So i was wondering how would i go about sending forgot password mail with reset link with my own wrapper.
My method works like this:
MyApp::MadMimi.send! :forgot_password, @user, @link
How i can somehow override send_reset_password_instructions, generate a link and send it like this?
Thanks guys.