私は以下を使用しています:
has_attached_file :file,:styles => { :thumbnail => '320x240!'},:url => "/images/:attachment/:id/:style/:basename.:extension",:path => ":rails_root/public/images/:attachment/:id/:style/:basename.:extension"
validates_attachment_content_type :file, :content_type => [ 'image/gif', 'image/png', 'image/x-png', 'image/jpeg', 'image/pjpeg', 'image/jpg' ]
画像と動画の両方をアップロードします。使用する:style =>{}
と、画像がアップロードされません。:style
ファイルのコンテンツタイプが画像の場合にのみメソッドを使用したい。