6 lines
96 B
Ruby
6 lines
96 B
Ruby
class SerializableUser < JSONAPI::Serializable::Resource
|
|
type "user"
|
|
|
|
attributes :email
|
|
end
|