我有一个运行Devise和Omniauth的Web应用程序来验证Facebook上的用户。当我点击链接通过Facebook登录时,它会将我引导至
/users/auth/facebook/callback?state=[state]code=[code]
哪个是对的。但该页面给出了以下错误。
uninitialized constant ApplicationController::DeviseController
它指向的行位于ApplicationController
中DeviseController.respond_to :html, :json
我在此处添加了我的相关代码https://gist.github.com/testrecord/5050992此外,我确实在初始化程序中设置了它。
有没有人看到过这样的错误?任何帮助表示赞赏。