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.
我在 Rails 应用程序中使用 attachment_fu 来处理文件上传,我想将它们保存在应用程序根目录中名为附件的目录中。但是,我似乎无法让这个插件将文件保存在公共目录之外的任何其他目录中。谁能告诉我该怎么做?
谢谢
-C
你尝试过什么吗?
has_attachment :storage => :file_system, :path_prefix => 'attachments/'