Displaying 1 result from an estimated 1 matches for "software_compon".
2006 Mar 06
2
Computer Inventory: Problems Retaining Values in a Forms
...software
is properly deleted, so I know I have the right id. I do not know what I am
doing wrong. Please help.
Below are the models and other pieces in the application worth displaying.
If anymore information is needed please let me know.
computer.rb
================================
has_many :software_components
software_component.rb
================================
belongs_to :computer
The links in the view to edit a peice of software:
_list_computers.rhtml
================================
...snip...snip...
<%= software["name"] %> -
<%= software["license"] %>
(...