feat(manager): can search by user id
This commit is contained in:
parent
949e9baa6f
commit
d961769a12
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class UserDashboard < Administrate::BaseDashboard
|
|||
# which determines how the attribute is displayed
|
||||
# on pages throughout the dashboard.
|
||||
ATTRIBUTE_TYPES = {
|
||||
id: Field::Number,
|
||||
id: Field::Number.with_options(searchable: true),
|
||||
email: Field::String,
|
||||
confirmed?: Field::Boolean,
|
||||
created_at: Field::DateTime,
|
||||
|
|
Loading…
Add table
Reference in a new issue