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
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
andconfirmed_at
attributes created with email verification for talk