在测试使用太阳黑子搜索的索引页面时出现错误。
*** NoMethodError Exception: undefined method `[]' for nil:NilClass
我写的代码是
@object.hits
此错误也会发生
@object.results
我试过@object.present?,@object.blank?,@object.nil?
我使用 kaminari 对结果进行分页
= paginate(@object.hits)
在测试使用太阳黑子搜索的索引页面时出现错误。
*** NoMethodError Exception: undefined method `[]' for nil:NilClass
我写的代码是
@object.hits
此错误也会发生
@object.results
我试过@object.present?,@object.blank?,@object.nil?
我使用 kaminari 对结果进行分页
= paginate(@object.hits)