instance method
initialize_copy
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
initialize_copy(other)
No documentation comment.
Parameters
-
otherreq
Source
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 87
def initialize_copy(other)
if other.now_is_loaded?
@now = other.now.dup
@now.flash = self
end
super
end
Defined in actionpack/lib/action_dispatch/middleware/flash.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Flash::FlashHash