search for: filingevent

Displaying 1 result from an estimated 1 matches for "filingevent".

Did you mean: filing_events
2005 Aug 11
0
No-brainer HABTM vs. select input question
...create, populate, and save an object with an HABTM mapping. That''s not working too well so far ;) Assuming I have the mapping correct (HA!) and the db set up properly, how do I create the select and options? I guess mostly I want to know what I''m supposed to name it. I have a FilingEvent class - HABTM State (both models have the HABTM in there: has_and_belongs_to_many :states, :join_table => "filing_events_states" (with the obvious :states/:filing_events difference). So far I haven''t hit the magic combo to get the select input right :/ I didn''t...