search for: isoftwar

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

Did you mean: softwar
2009 Feb 07
0
wice grid
...n i look at page source -- there is on <th></th> here is the view: <%= grid(@installed_softwares) do |g| g.column :column_name =>''Software:'', :attribute_name => ''name'', :no_filter => true, :model_class => Software do |isoftware| isoftware.software.name end g.column do |isoftware| link_to "Show", hardware_installed_softwares_path (:hardware_id,isoftware) end end %> here is controller view: class InstalledSoftwaresController < ApplicationController def index # @hardware = Hardware.find(...