Another newbie Ruby on Rails question:
In my post view, I want to show the authors name. The post database table stores the authors id which is the same as the users id column in the users table. The user also has a username column in the user table.
So having the users id, how do I get the users name?