Hi all. I've done a little google search, but doesn't find anything (with "attachment_fu default path") that could help me in changing attachment_fu's default path.
My model:
[audio.rb] has_attachment :max_size => 20.megabytes has_attachment :content_type => "audio/mpeg" has_attachment :storage => :file_system has_attachment :path_prefix => "public/files [/audio.rb]
But all my files go on been uploaded to public/files/0000/00[last inserted id]/my_file_name.ext.
What am I missing? I want that all my files go to public/files.
Thank you very much amd sorry my poor english.