1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove fixed TODO ActionController::Metal::ContentSecurityPolicy [ci-skip]

The ActionController::Metal::ContentSecurityPolicy has documentation so
the TODO for documentation can be removed.
This commit is contained in:
Petrik 2022-02-21 21:09:40 +01:00
parent 54a2824408
commit 646c631869

View file

@ -2,7 +2,6 @@
module ActionController # :nodoc:
module ContentSecurityPolicy
# TODO: Documentation
extend ActiveSupport::Concern
include AbstractController::Helpers