Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PDF、Word、Excel ファイルなど、特定の種類のファイルのみをアップロードできるようにするにはどうすればよいですか? Paperclip gemを使用しています。
次のように検証を使用content_typeします。
content_type
validates_attachment :avatar, :content_type => { :content_type => "application/pdf" }