我正在使用OmniAuth进行Facebook身份验证,我不断收到此错误:
Missing template authentications/index with
{:handlers=>[:rjs, :rhtml, :builder, :rxml, :erb],
:locale=>[:en, :en], :formats=>[:html]} in view paths
视图文件存在于app目录中,但显然看不到。
答案 0 :(得分:0)
添加
resources :authentications
到你的config / routes.rb文件