我正在尝试在 Rails 3.2.5 上实现Swifttype 。但是,在添加类别并运行时rake jobs:work
,我收到以下错误消息:
CreateSwifttypeDocumentJob 因 NoMethodError 失败:未定义的方法 `post_url' for #
在CreateSwiftypeDocumentJob
我的模型中:
post = ProposalCategory.find(proposal_category_id)
url = Rails.application.routes.url_helpers.post_url(post)
如果有人可以请帮忙,那将不胜感激。