5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 11:10:48 +00:00
panel/app/models/csp_report.rb
2020-02-06 13:17:04 -03:00

5 lines
101 B
Ruby

# frozen_string_literal: true
# Almacena un reporte de CSP
class CspReport < ApplicationRecord; end