Trying to learn Rails active record and having a hard time understanding what it means for an object to be wrapped around a table. I've already taken a look at some posts that talks about the Active Record pattern but I'm having trouble understanding what it means to "wrap a row".Trying to learn Rails active record and having