search for: user_photo_path

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

2009 Apr 28
0
strange path errors
...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 => photo.user, :id => photo) %> 4: </li> Even with the users that can login, I am getting other "failed to Generate" path errors. Does anyone know why this would happen? The only thing I can think of is I opened up another version of the app today (I used the sam...