search for: directors_film

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

Did you mean: directors_films
2006 Apr 04
3
newbie - HABTM problems writing to Join Table in SQL
...Basically i''ve got a table of directors that is called when the new/edit controller model for films is activated. It shows the user a selectable list of directors they can apply to films. The problem is in the update/create part. I cannot figure out what to write to make it update my directors_films database table. Thanks so much for whomever braves this problem... I promise to return the favor to another seeking knowledge someday! -----schema.rb----- ActiveRecord::Schema.define() do create_table "directors", :force => true do |t| t.column "name", :string,...