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 Active Record Associations in Rails Active Record Associations A "Has Many" Migration

MaryAnn Eleanya
MaryAnn Eleanya
8,626 Points

Hello, I don't know what I am doing wrong.

bin/rails g migration AddOwneridToPets owner_id:integer :index . "I don't know why this answer is not working."

1 Answer

Hello,

You are very close!

Make sure to capitalize the i in Id when saying AddOwnerIdToPets and remove the space before the :index