search for: moduleunit

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

2006 Jan 12
16
master detail problem
...its asscociated fields for CRUD, but I am baffled at how to get at the child table for updating and creating. Here is where I am at: When you go to the edit page for the parent table, I''ve placed a link that brings you to a new page with this: <h1>Editing Module Unit ID: <%= @moduleunit.id %> Links</h1> <%= start_form_tag :action => ''updatelinks'', :id => @moduleunit %> <%= render :partial => ''linkform'' %> <%= submit_tag ''Edit Links Entry'' %> <%= end_form_tag %> <%= link_to '...