我有一个运行 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此外,我确实在初始化程序中设置了它。
有没有人看到这样的错误?任何帮助表示赞赏。