Hiii
I need help..
I want to make upload photo with attachment_fu.....

this logic is
if admin

has_attachment :content_type => :image,
                 :storage => :file_system,
                 :path_prefix => 'public/photos',
                 :processor => 'Rmagick',
                 :thumbnails => {:standard => "520x520>", *:thumb =>
"110x110>"*, :medium => "250x250>"},
                  :size => 0.kilobytes..5000.kilobytes


if user
has_attachment :content_type => :image,
                 :storage => :file_system,
                 :path_prefix => 'public/photos',
                 :processor => 'Rmagick',
                 :thumbnails => {:standard => "520x520>", *:thumb =>
"120x120>"*, :medium => "250x250>"},
                  :size => 0.kilobytes..5000.kilobytes


I want to make it in 1 model... because I save to 1 table...

Any body can help me?
Thank you






-- 
Wu You Duan

--~--~---------~--~----~------------~-------~--~----~
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