badar_madeena/app/views/students/_student.json.jbuilder

3 lines
148 B
Ruby

json.extract! student, :id, :first_name, :last_name, :email, :institution_id, :created_at, :updated_at
json.url student_url(student, format: :json)