There's no documentation for this item.
Source Code
# File action_controller/components.rb, line 98 def flash_with_components(refresh = false) #:nodoc: if !defined?(@_flash) || refresh @_flash = if defined?(@parent_controller) @parent_controller.flash else flash_without_components end end @_flash end
<code/>and<pre/>for code samples.