mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 13:01:02 +00:00
3 lines
87 B
Ruby
3 lines
87 B
Ruby
class UserSerializer < ApplicationSerializer
|
|
attributes :id, :username, :country
|
|
end
|