Displaying 1 result from an estimated 1 matches for "retriieved".
Did you mean:
retrieved
2009 Jan 15
3
Unique URLs for authentication
I''ve set up a route like this
map.connect ''confirm/:id/:full_name/'', :controller => "users", :action
=> "confirm"
and I''m wondering what is the best way to verify in the confirm method.
full_name created in the model and it''s not in the database.
This doesn''t work because it doesn''t parse one, then the