ActiveRecord::RecordNotFound in LookController

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