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