jam-cloud/web/app/views/api_users/show_teacher_index.rabl

14 lines
237 B
Ruby

object @user
attributes :id, :first_name, :last_name, :name, :photo_url
child :teacher do |teacher|
attributes :id, :biography, :school_id, :background_check_at
child :school do |school|
attributes :id, :education
end
end