“缺少模板” Omniauth (ruby-on-rails) 中的错误
我使用 OmniAuth 进行 Facebook 身份验证,但不断收到此错误:
Missing template authentications/index with
{:handlers=>[:rjs, :rhtml, :builder, :rxml, :erb],
:locale=>[:en, :en], :formats=>[:html]} in view paths
视图文件存在于应用程序目录中,但显然没有看到。
I'm using OmniAuth for Facebook Authentication, and I keep getting this error:
Missing template authentications/index with
{:handlers=>[:rjs, :rhtml, :builder, :rxml, :erb],
:locale=>[:en, :en], :formats=>[:html]} in view paths
The view file is present in the app directory, but is apparently not seen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加
到您的 config/routes.rb 文件
add
to your config/routes.rb file