class ActiveSupport::FileUpdateChecker

def updated_at(paths)

def updated_at(paths)
  @updated_at || max_mtime(paths) || Time.at(0)
end