rails:929
From: shachi <shachi@j...>
Date: Sat, 11 Feb 2006 13:09:05 +0900
Subject: [rails:929] Re: パラメータの渡し方について
恋塚です。 なんとなく 普通のfindのconditions使っても同じでは??とか。 On 2006/02/11, at 8:33, y.igarashi wrote: > @found_customer = Customer.find_by_sql("SELECT * from customers > where address = "@params[:address]"") ) これを @found_customer = Customer.find(:all, :conditions =>(['address = ? and income = ?', @params[:address], @params[:income]]) と。んで、処理 っていうのじゃ駄目なのかな? -- コイヅカ カズユキ 恋塚 和之 shachi@j... -- ML: rails@r... 使い方: http://QuickML.com/
928 2006-02-11 00:33 [y.igarashi@g... ] パラメータの渡し方について -> 929 2006-02-11 05:09 ┗[shachi@j... ] 932 2006-02-12 00:53 ┗[y.igarashi@g... ]