Displaying 1 result from an estimated 1 matches for "edit_software".
2006 Mar 06
2
Computer Inventory: Problems Retaining Values in a Forms
...omputer
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_to ''Delete'',
{ :action => "destroy_software",
:id => software.id
}, :confirm => "Are you sure?" %>
) <br />
...snip...snip...
admin_control...