search for: list_computers

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

2006 Mar 06
2
Computer Inventory: Problems Retaining Values in a Forms
...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"] %> ( <%= link_to ''Edit'', :action => "edit_software", :id => software.id %> <%= link...