Looking for a bit of help...

Hi All,

I thought Id try out this group…

Here's where I'm at:

Tour has_many :photos

Photo belongs_to :tour

Hi All,

I thought Id try out this group…

Here's where I'm at:

Tour has_many :photos

Photo belongs_to :tour

Sounds like you should look at accepts_nested_attributes_for - it's designed to make it easy to edit/create related objects within a single form.

Fred