method
initialize_copy
rails latest stable - Class:
ActionDispatch::Flash::FlashHash
initialize_copy(other)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 148
def initialize_copy(other)
if other.now_is_loaded?
@now = other.now.dup
@now.flash = self
end
super
end