类型错误没有在index.json.jbuilder中将String隐式转换为Integer

时间:2014-08-15 10:25:09

标签: ruby-on-rails json ruby-on-rails-4 jbuilder

我正在使用Rails1.4.1和jbuilder

index.json.jbuilder中有代码,

if @event_templates.count == 0
    json.message "Not found"
end 

但它的错误是,

Type Error no implicit conversion of String into Integer

如果我在索引页面中给出简单的json.message 'Not found', 给出同样的错误!!!

我在这里做错了!!!

但同样的代码在show.json.jbuilder

中工作正常
json.message "Not found"

0 个答案:

没有答案