Hi All,

I'm using the paperclip plugin to store images. I've added the
following line to a profile model:

has_attached_file :photo, :styles => { :thumb=> "100x100#", :tiny  =>
"50x50#"}, :default_url => "/images/no-photo-user-icon.gif"

On my heroku server I'm getting a routing error:

ActionController::RoutingError (No route matches "/photos" with
{:method=>:get}):

The images work fine on my local machine and I double checked the
image is in the /public/photos directory. Looks like Heroku is doing
something strange with routes.

Any ideas?

Thanks,

Bruce
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to