HACK! Show confirmed status in the all users export
This commit is contained in:
parent
e311a65f02
commit
676d10ce36
3 changed files with 15 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ class UserDatatable < AjaxDatatablesRails::Base
|
|||
roles: record.roles.any? ? show_roles(record.get_roles) : 'None',
|
||||
view_url: admin_user_path(record),
|
||||
edit_url: edit_admin_user_path(record),
|
||||
DT_RowId: record.id
|
||||
DT_RowId: record.id,
|
||||
confirmed: record.confirmed_at.present?
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue