Commit aaf94bccdadc7542f7c1e66dd4d2d416ec5a8809

Authored by Leandro Santos
1 parent 1aa48652
Exists in master

adding juventude specific attributes

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
lib/ext/entities.rb 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +module Noosfero
  2 + module API
  3 + module Entities
  4 +
  5 + class Person < Profile
  6 + expose :orientacao_sexual, :identidade_genero, :transgenero, :etnia
  7 + end
  8 +
  9 + end
  10 + end
  11 +end
... ...