On Aug 4, 7:32 pm, Aashish Kiran <li...@ruby-forum.com> wrote:

> ?> p.preview.url
> => "/system/previews/3/original/FTpreview.zip?1312375624"
>
> ?> file=p.preview.url
> => "/system/previews/3/original/FTpreview.zip?1312375624"

url returns the url at which the file is available when accessed via
the web server - as you have demonstrated below, the file isn't at /
system/previews/...
The path method returns the local path to the file.

Fred

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to