sutty/app/models/csp_report.rb

5 lines
101 B
Ruby
Raw Normal View History

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