Displaying 1 result from an estimated 1 matches for "male_fac".
Did you mean:
male_face
2006 Jan 17
5
file_column mangling URL
...''t display the image, the directories repeat
themselves:
My model:
class Person < ActiveRecord::Base
file_column :image_url
In my view:
<%= image_tag url_for_file_column(''person'', ''image_url'') %>
HTML generated is this:
<img alt="Male_face"
src="/dhcp/public/dhcp/public/person/image_url/3/male_face.jpg" />
There shouldn''t be two ''/dhcp/public'' there.
--
- Nic