Rails:3.2.6 twitter-bootstrap-rails(2.2.3、2.1.0)
我做了以下事情:
rails generate bootstrap:install static -s
然后我生成了用于认证的脚手架,如下所示:
rails generate scaffold certification id:integer user_id:integer name:string description:string location:string status:string --skip-stylesheets -s
然后我尝试生成 twitter 引导视图,如下所示:
rails generate bootstrap:themed certifications -f -s
这给了我以下错误:
undefined method `fields' for #<Class:0x007fe5e7282060>
并且没有对认证视图进行任何更改。有任何想法吗?