The data explorer plugin does not let you modify data.
Administrative Bulk Operations should have some hints.
Something like
User.all.update_all(active: true)
might do it.
The data explorer plugin does not let you modify data.
Administrative Bulk Operations should have some hints.
Something like
User.all.update_all(active: true)
might do it.