hensei-api/app/views/api/v1/users/base.json.rabl

14 lines
No EOL
189 B
Ruby

object :user
attributes :id,
:username,
:granblue_id,
:language,
:private
node :picture do |u|
{
:picture => u.picture,
:element => u.element
}
end