Displaying 1 result from an estimated 1 matches for "hardware_installed_softwar".
Did you mean:
  hardware_installed_softwares
  
2009 Feb 07
0
wice grid
...ice grid plugin and I have run into problem.  The
problem is when I have nested paths as follows:
Hardware :has_many installed_softwares
Software  :has_many installed_softwares
installed_softwares belongs_to both
when I view individual hardware, I have a link "Installed Software" ->
hardware_installed_softwares
when I use wicegrid to view installed software and I create a link to
show, edit and delete.  nothing displays on the page.  when i look at
page source -- there is on <th></th>
here is the view:
<%= grid(@installed_softwares) do |g|
	  g.column :column_name =>''Softwa...