hi....
i have one bookshop project.whose database table is as follows
create_table :books do |t|
t.string :title
t.text :description
t.string :image_url
t.decimal :price
t.datetime :date_available
end
I want to use attachment_fu with this project how can i use it
--
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
-~----------~----~----~----~------~----~------~--~---