Created
May 20, 2011 00:40
-
-
Save BitPuffin/982111 to your computer and use it in GitHub Desktop.
lalala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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