5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 21:36:07 +00:00
panel/app/models/csp_report.rb

5 lines
101 B
Ruby
Raw Permalink Normal View History

2020-02-06 16:11:17 +00:00
# frozen_string_literal: true
# Almacena un reporte de CSP
class CspReport < ApplicationRecord; end