class ActionDispatch::Flash::FlashHash
def initialize_copy(other)
def initialize_copy(other) if other.now_is_loaded? @now = other.now.dup @now.flash = self end super end
def initialize_copy(other) if other.now_is_loaded? @now = other.now.dup @now.flash = self end super end