Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created May 20, 2011 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/982111 to your computer and use it in GitHub Desktop.
Save BitPuffin/982111 to your computer and use it in GitHub Desktop.
lalala
NoMethodError in Users#new
Showing /home/papi/Dropbox/Frozen melonbox/App/filepile/app/views/users/new.html.erb where line #3 raised:
undefined method `users_path' for #<#<Class:0xb60ffddc>:0xb60fef68>
Extracted source (around line #3):
1: <h1>Sign up!</h1>
2:
3: <%= form_for @user do |f| %>
4: <% if @user.errors.any?%>
5: <div class="error_messages">
6: <h2>Form is incorrect</h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment