class Admission::ApplicantCheckboxDecorator < ApplicationDecorator
  def checked_date
    checked_at.nil? ? nil : l(checked_at)
  end
end
