Ok great things are working fine. but again i have a major concern when I am
declaring it like
:path_prefix => "public/user_#{current_user.id}"
in background it save the image in the following folder structure
"public/user_/123/_image.jpg"
And i am looking something like
"public/user_123/_image.jpg"
Actually it's creating a just "user_" folder which i don;t want, i want to
have "user_123".
Thanks
Abhis
On Thu, Jul 30, 2009 at 1:12 PM, Sijo Kg
<[email protected]>wrote:
>
> :path_prefix => "public/#{current_user.id}"
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---