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

9 lines
148 B
Ruby

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