Hey guys
I am new to ruby and programming in general. I tried to create a login
system using ruby gems and got this message. Some body help.
Here is the error message.
NoMethodError in Account#signup
Showing app/views/account/signup.rhtml where line #8 raised:
undefined method `login’ for #User:0x4d3c5d0
Extracted source (around line #8):
5: <%= error_messages_for ‘user’ %>
6:
7: Desired login:
8: <%= text_field “user”, “login”, :size => 30 %>
9: Choose password:
10: <%= password_field “user”, “password”, :size => 30 %>
11: Confirm password:</
label>
RAILS_ROOT: C:/INSTAN~1/rails_apps/project/config/…
Will be very greatful.