Displaying 1 result from an estimated 1 matches for "current_logo".
Did you mean:
current_load
2006 Aug 08
2
send_file problem
I''m attempting to use send_file to send an image file from
public/images. The file is world readable.
I keep getting the following error:
A ActionController::MissingFile occurred in account#current_logo:
Cannot read file public/images/logo.png
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/streaming.rb:55:in
`send_file''
I''ve tried supplying the full path, but it still can''t seem to find the
file. Here is the code that calls send_file:
def c...