undefined local variable or method `config' for main:Object - rails

后端 未结 3 514
后悔当初
后悔当初 2021-01-18 08:13

When I run the rails application, I get the following error:

undefined local variable or method \"config\" for main:Object

How c

3条回答
  •  情歌与酒
    2021-01-18 08:50

    in your enviroment.rb file, cut any line starting with config and paste into your production.rb/development.rb/test.rb instead.

    This is what worked for me when I had a similar problem.

提交回复
热议问题