search for: insuranceid

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

Did you mean: insurance
2007 Mar 22
2
method to display the result of find (..) in a view
...up with is this: 1. The controller My main controller first makes the query via the model class MainController < ApplicationController def index order = [''lastname'',''firstname'',''father'',''address1'', .... ,''insuranceid''] @customers = Customer.find_customers(order) #passes the columns in the order #we want them shown #Without this (using attributes) #the attri...