Sha256: 9a3777ab8ac8a28da6f45601c1b7f6ce508b05933fc2c962fc43b56eb764c756
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 Bytes
Contents
json.( applicant, :id, :answers, :updated_at, :created_at, :email, :applicant_panel_parameter_set, :panel, :state, :notes ) json.reviewable_at video_transition_time_string(applicant.reviewable_at) json.problem_at video_transition_time_string(applicant.problem_at) json.rejected_at video_transition_time_string(applicant.rejected_at) json.approved_at video_transition_time_string(applicant.approved_at) json.stale stale_state(applicant) json.video_url !applicant.pending? ? applicant.video_url : nil
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
applicants-0.11.0 | app/views/applicants/spike/applicants/_applicant.json.jbuilder |