Skip to content

Commit

Permalink
display github handle in avo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Feb 18, 2025
1 parent f7d9833 commit 96b206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/avo/resources/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96b206f

Please sign in to comment.