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