Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

craig crossland
369 PointsGetting an Error While Following Tutorial
Following ROR tutorial and I am getting the following error:
NoMethodError in Devise/registrations#new
undefined method `first_name' for #<User:0x5495358>
Extracted source (around line #7):
4: <%= devise_error_messages! %>
5:
6: <div><%= f.label :first_name %><br />
7: <%= f.text_field :first_name %></div>
8:
9: <div><%= f.label :last_name %><br />
10: <%= f.text_field :last_name %></div>
Thanks
2 Answers

craig crossland
369 PointsManaged to get past this. But now I am getting:
SyntaxError in Devise::RegistrationsController#new
app/models/user.rb:10: syntax error, unexpected ',', expecting keyword_end :first_name, :last_name, :profile_name

Dale Gardner
9,838 Pointsattr_accessible :email, :password, :password_confirmation, :remember_me, :first_name, :last_name, :profile_name