Let\'s say that I have a User model with attributes :id, :first_name, :last_name, and :email. In my application, guest users shouldn\'t see User\
User
:id, :first_name, :last_name, and :email
User\
This will works as well
User.select(:id, :first_name).find(5)