When I run `Model.where(name: "confact").first..` it complains. I have to type: `Model.where(name: "confact").select.first...` do get it to work.