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