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