我正在使用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"