When one retrieves a Rails model object, how are the column (or object attribute) names accessed?
Example:
user = User.find(1) p user.attributes.keys