uninitialized constant ActionView::CompiledTemplates::Category

前端 未结 4 1265
面向向阳花
面向向阳花 2021-01-17 20:46

using this tutorial

http://railscasts.com/episodes/57-create-model-through-text-field

need to make it work in my app, was on rails 3.0.7 and it worked fine,

4条回答
  •  失恋的感觉
    2021-01-17 21:08

    I was using a PORO and it wasn't loading, giving me this error. It was because I had changed the class name without changing the file name.

提交回复
热议问题