我有一个模型破坏了我在 Hereku 上的应用程序。我阅读了日志,require 'zip'
发现require 'zip'
需要
我的模型很简单
class File < ApplicationRecord
require 'zip' # this is the line I am not sure how to test
has_one_attached :zip_file
end
感谢所有的帮助
我有一个模型破坏了我在 Hereku 上的应用程序。我阅读了日志,require 'zip'
发现require 'zip'
需要
我的模型很简单
class File < ApplicationRecord
require 'zip' # this is the line I am not sure how to test
has_one_attached :zip_file
end
感谢所有的帮助