imjp
imjp

Reputation: 6695

Need some advice regarding multi model forms

I'm trying to create a view where users will be able to fill in 3 forms (I'll probably use javascript to let users change between the 3 tabs):

  1. Model info
  2. Portfolio info
  3. Contact info

All of these models have belongs_to :user in their model as all of the information provided in these forms should belong to the user that created them.

What would be the best way according to Rails to achieve my goal?

Upvotes: 0

Views: 42

Answers (1)

Related Questions