0
artistOne.arts.create!(
genre:'Interior',
description:'Interior paintings/drawings typically exclude or de-emphasize the presence of people or pets.',
price:200,
length:30,
width:40,
medium:'Oil',
artist: artistOne,
user: user,
:image_file_name => File.open(File.join(Rails.root, 'app/assets/images/artistOne.jpg'))
)
我需要播種數據圖像,因爲我的網站使用paperclip
上傳圖片的方法幫助一個網站。我想知道如果我在播種圖像文件方面處於寫作軌道?播種數據軌與使用回形針上傳圖片
不知道這是否與他的問題有關。 – Cyzanfar