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

后端 未结 3 518
后悔当初
后悔当初 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:51

    My guess is that you found some code examples from an older version of rails, which called for you to place a config.gem * in your environment.rb file. To fix this add the gem requirement to your gemfile.

提交回复
热议问题