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