Commit c989869996666dfa5d272cfb0ab9341235b4c187
1 parent
0134fa44
Exists in
staging
and in
7 other branches
removing juventude attributes from entities
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/noosfero/api/entities.rb
... | ... | @@ -66,7 +66,6 @@ module Noosfero |
66 | 66 | class Person < Profile |
67 | 67 | root 'people', 'person' |
68 | 68 | expose :user, :using => UserBasic, documentation: {type: 'User', desc: 'The user data of a person' } |
69 | - expose :orientacao_sexual, :identidade_genero, :transgenero, :etnia | |
70 | 69 | end |
71 | 70 | |
72 | 71 | class Enterprise < Profile | ... | ... |