sutty/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