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 trial

Ruby Build a Simple Ruby on Rails Application Customizing Forms Creating Relationships

Mitzi Reaugh
Mitzi Reaugh
80 Points

I'm getting the: NoMethodError in Statuses#new

I'm getting: NoMethodError in Statuses#new

when i try to add:

<%= f.input :user_id %><br> 

to
_form.html.erb

I've read through all the instructions on Devise and Strong Parameters in the blog post: http://mczuchnowski.github.io/tutorials/2015/03/15/devise-and-strong-parameters/ and all of the other help topics but it's not working. Can you please help?

It's very frustrating to not have an up to date example or notes that we can reference - especially in a service that we're paying for!

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Have you tried the solution in this other Community post? This content is indeed out-of-date and is actually supposed to be retired from active use in our Library. It has been replaced by Build a Todo List Application with Rails 4. I'll figure out why it's still showing and fix the issue.