diff --git a/app/api/entities/profile_info.rb b/app/api/entities/profile_info.rb index 22cbcd1..fd15dde 100644 --- a/app/api/entities/profile_info.rb +++ b/app/api/entities/profile_info.rb @@ -4,6 +4,7 @@ module API module Entities # Represents the profile info entity for the API class ProfileInfo < BasicProfileInfo + expose :birth_date, documentation: { type: Date } expose :about_me, documentation: { type: String } expose :genders, documentation: { type: String, is_array: true } expose :orientations, documentation: { type: String, is_array: true }