search for: user_photo_url

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

2009 Apr 28
0
strange path errors
Hi all, I am suddenly getting path errors in my application where there were none before. I have a user login that directs the user to their profile page. I can login ok for some users, but others I am getting path errors such that I cant log in e.g. user_photo_url failed to generate from :controller=>"user_photos", :user_id=>#<User id: 2, user_name:...... This path is in my user profile view: 1: <li> 2: <%= link_to image_tag(photo.public_filename(''thumb'')), 3: user_photo_path(:user_id => phot...