Multiple dependent select boxes, the Rails way?

Posted by Adam Carlile on Stack Overflow See other posts from Stack Overflow or by Adam Carlile
Published on 2010-03-08T13:53:08Z Indexed on 2010/03/08 17:21 UTC
Read the original article Hit count: 621

Filed under:
|
|
|
|

Hey Guys

I am trying to create a car application, each car belongs to a make and model, but only certain makes have certain models.

So I would like a series of select boxes that are populated dynamically based on the previous, however I also would like to add another record to that select box if you cant find the one you want.

I would just like to know your thoughts on how to accomplish this in a rails way?

Cheers Adam

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about select