How to solve the `Object doesn't support #inspect` error?

前端 未结 3 1741
傲寒
傲寒 2020-12-20 05:34

I am using rails v3.2.2 and I get a strange error when I try to load associated records.

The following is the Terminal input/output I get:

1.9.2-p318         


        
3条回答
  •  佛祖请我去吃肉
    2020-12-20 06:37

    If are using rails 4, the problem came from protected_attributes gem, u need to upgrade the gem version 1.0.3 to 1.0.5, then it will work.

提交回复
热议问题