Omniauth中的“缺少模板”错误(ruby-on-rails)

时间:2011-10-15 00:00:15

标签: ruby-on-rails ruby omniauth

我正在使用OmniAuth进行Facebook身份验证,我不断收到此错误:

Missing template authentications/index with
{:handlers=>[:rjs, :rhtml, :builder, :rxml, :erb], 
 :locale=>[:en, :en], :formats=>[:html]} in view paths

视图文件存在于app目录中,但显然看不到。

1 个答案:

答案 0 :(得分:0)

添加

resources :authentications

到你的config / routes.rb文件