instance method
initialize_copy
Ruby on Rails 5.2.8.1
Since v3.1.12Signature
initialize_copy(other)
No documentation comment.
Parameters
-
otherreq
Source
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 70
def initialize_copy(other)
self.middlewares = other.middlewares.dup
end
Defined in actionpack/lib/action_dispatch/middleware/stack.rb line 70
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::MiddlewareStack