Skip to content

Avatar ​

The Avatar field is a field that displays a user's avatar or initials.

An Avo index table with three columns β€” ID, an Avatar column showing each user's square avatar thumbnail, and Name β€” illustrating the avatar field rendered on the Index view.
ruby
field :avatar, as: :avatar

It does not take any option and is visible only on the Index view.