Explorar el Código

Adds a relationship key to user json_response

Lou hace 3 años
padre
commit
61331e4414
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      app/serializers/user_serializer.rb

+ 1
- 0
app/serializers/user_serializer.rb Ver fichero

@@ -1,4 +1,5 @@
1 1
 class UserSerializer
2 2
   include JSONAPI::Serializer
3 3
   attributes :email, :username
4
+  has_many :activities
4 5
 end

Loading…
Cancelar
Guardar