class Covid::EmployeeScreeningDecorator < ApplicationDecorator
  def recorded_at
    l(created_at)
  end
end
