Skip to content

Instantly share code, notes, and snippets.

@johanb
Created May 26, 2011 14:49
Show Gist options
  • Save johanb/993299 to your computer and use it in GitHub Desktop.
Save johanb/993299 to your computer and use it in GitHub Desktop.
NameError in Admin/configurations#index
Showing /Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/spree_social-1.2/app/views/admin/shared/_configurations_menu.html.erb where line #2 raised:
undefined local variable or method `admin_authentication_methods_path' for #<#<Class:0x00000105524eb8>:0x00000105521e48>
Extracted source (around line #2):
1: <tr>
2: <td><%= link_to t("social_servers"), admin_authentication_methods_path %></td>
3: <td><%= t("social_servers_description") %></td>
4: </tr>
Trace of template inclusion: /Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/spree_core-0.60.0/app/views/admin/configurations/index.html.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment