DEV: Upgrade Rails to version 7.2

This commit is contained in:
Loïc Guitaut
2024-08-19 14:44:17 +02:00
committed by Loïc Guitaut
parent f4d0a77d5f
commit d6bec460a8
30 changed files with 93 additions and 151 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
class ApplicationRequest < ActiveRecord::Base
enum req_type: {
enum :req_type,
{
http_total: 0,
http_2xx: 1,
http_background: 2,