jam-cloud/web/app/views/api_lesson_bookings/show_choice.rabl

13 lines
249 B
Ruby

object @choice
attributes :id
child(:test_drive_package => :package) {
attributes :package_type
}
child(:test_drive_package_choice_teachers => :teachers) {
child(:teacher) {
attributes :id, :first_name, :last_name, :name, :photo_url
}
}