zooniverse / talk-api

Apache License 2.0
6 stars 0 forks source link

Update user_serializer to serialize valid_email and confirmed_at #379

Closed yuenmichelle1 closed 4 weeks ago

yuenmichelle1 commented 1 month ago

Update user_serializer to serialize valid_email and confirmed_at

Noticed in Rails 5.2, because of change in schema load, table exists in 5.2 but not in 5.1, if we want to expose all attributes of user fdw (except for email). we should also be serializing the new valid_email and confirmed_at attributes created with email verification for talk