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