mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Update fields shown in avo
This commit is contained in:
parent
74d59dca6a
commit
9ab4ffba73
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ class Avo::Resources::User < Avo::BaseResource
|
|||
field :email, as: :text
|
||||
field :username, as: :text
|
||||
field :slack_uid, as: :text
|
||||
field :avatar_url, as: :text
|
||||
field :is_admin, as: :boolean
|
||||
field :created_at, as: :date_time, readonly: true
|
||||
field :updated_at, as: :date_time, readonly: true
|
||||
field :slack_scopes
|
||||
field :uses_slack_status, as: :boolean
|
||||
|
||||
# Show versions/history in the show page
|
||||
field :versions, as: :has_many
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue