diff --git a/app/avo/resources/user.rb b/app/avo/resources/user.rb index 60330c94..a1e50a57 100644 --- a/app/avo/resources/user.rb +++ b/app/avo/resources/user.rb @@ -9,6 +9,7 @@ def fields field :id, as: :id, link_to_record: true field :email, as: :text, link_to_record: true field :name, as: :text, link_to_record: true + field :github_handle, as: :text, link_to_record: true field :admin, as: :boolean field :speaker, as: :belongs_to field :sessions, as: :has_many