未定义的方法'每个'对于用户

时间:2018-06-05 11:42:00

标签: ruby-on-rails activerecord

user = User.create!( name:"test", email:"test@test.com" )

我尝试使用Rspec将JSON.parse(response.body)与用户进行比较

当我尝试user.to_json

我收到错误     未定义的方法'每个'对于#User:0x007f9f9b1fdb98

0 个答案:

没有答案