mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Upgrade Rails to version 7.2
This commit is contained in:

committed by
Loïc Guitaut

parent
f4d0a77d5f
commit
d6bec460a8
@ -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,
|
||||
|
Reference in New Issue
Block a user