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

Error while signing up.

I am getting this.

http://gyazo.com/29562617d8f8290183b660c0ea606791

I have tried this several times, I am not sure what is going on.

Roger Nordqvist
Roger Nordqvist
7,007 Points

Seems like the input from the form is not being stored in variables and then your validation in the model complains.

1 Answer

Could you please copy some of the code that you're using for the registration process? I'm assuming you're using Devise, at first it seems like something related to strong params, but it's just a guest, we need to see some code.