Upstream sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user