Upstream sync

This commit is contained in:
Senad Uka
2020-09-06 21:42:50 +02:00
parent f611382e9e
commit e5ac3e9345
22 changed files with 312 additions and 49 deletions

View File

@@ -1,5 +1,9 @@
class SerializableUser < JSONAPI::Serializable::Resource
type "user"
attributes :email
attributes :email, :full_name
attribute :company_name do
@object.primary_account.name
end
end