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 文件?我使用回形针宝石。
使用content_type验证,如下所示:
content_type
validates_attachment :avatar, :content_type => { :content_type => "application/pdf" }