Displaying 1 result from an estimated 1 matches for "find_by_id_and_activation_cod".
Did you mean:
find_by_id_and_activation_code
2011 Aug 01
6
Query controller using two resources
I have an activation link. I want the user to click on the link, kinda
like this...
domain.com/users/45/activate/1jf872
The number after "users" would be the user id, and the string after
"activate" would be the activation code. In the link above it would be
user id 45 and activation code 1jf872.
I have no problem sending the email. My problem is getting the route
(the url)