ActiveRecord::RecordNotFound in LookController

I am finding this error.pls help me

2009/11/10 INDRANIL MUKHERJEE [email protected]:

I am finding this error.pls help me

It means that it cannot find the record you are asking for. The trace
will tell you which line of your code.

If you have not already done so look at the rails guides Getting
Started, and Debugging Rails Apps.

Colin