Hi, I have implemented the following:
@newUser = Usertbl.new
@newUser.username = 'first'
@newUser.userpassword = 'last'
@userDetails = Usertbl.find(@newUser)
and am getting the following error message:
‘Couldn’t find Usertbl with ID=#Usertbl:0x4783fa8’
Why is this not allowed?