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 trialAdeeb Shah
1,281 PointsNoMethodError in Statuses#new
Hey guys, not 100% sure what I'm doing wrong here but when I click Post a new status this is the error I get:
undefined method `name' for #<Status:0x00000104abe780>
Extracted source (around line #16):
13:
14: <div class="field">
15: <%= f.label :name %><br />
16: <%= f.text_field :name %>
17: </div>
18: <div class="field">
19: <%= f.label :content %><br />
I'm looking at line 16 but don't see anything wrong here?
1 Answer
Jason Seifer
Treehouse Guest TeacherHey Adeeb, try following along with Jim here: http://teamtreehouse.com/library/programming/build-a-simple-ruby-on-rails-application/customizing-forms/getting-the-latest-changes