Hi Ruby Group!

I am new to ROR

I ahave one doubt on Active record methods

find method of the model class(i.e subclass of Active Record).

when the find method get or morecord based oon the condtion no problem

i.e
id=1
Product.find(id)

if this method get s the no problem.

if the  product  table have no recodrs on the condtion.

I am getting the error how can i solve this problem.



how can i handele the find method if  it returns null

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
engine-developers mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org

Reply via email to