search for: picuser_path

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

2011 Aug 07
2
PROBLEM WITH PAPERCLIP
...<%= image_tag @picuser.avatar.url(:medium) %> <%= image_tag @picuser.avatar.url(:thumb) %> => edit.html.erb <% form_for :picuser, @picuser, :url => picuser_path, :html => { :multipart => true } do |form| %> <%= form.file_field :avatar %> <% end %> => new.html.erb <% form_for :picu...