instance method
initialize_copy
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
initialize_copy(other)
No documentation comment.
Parameters
-
otherreq
Source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 181
def initialize_copy(other)
@directives = other.directives.deep_dup
end
Defined in actionpack/lib/action_dispatch/http/content_security_policy.rb line 181
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ContentSecurityPolicy