Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSaroar Khandoker
130 Pointsundefined method `first_name' for #<User:
ActionView::Template::Error (undefined method first_name' for #<User:0x007fca0c6744a8>):
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>
app/views/devise/registrations/new.html.erb:7:in
block in app_views_devise_registrations_new_html_erb37566663658031088_47565040'
app/views/devise/registrations/new.html.erb:3:in `_app_views_devise_registrations_new_html_erb_37566663658031088_47565040'