There's no documentation for this item.
# File action_controller/caching/sweeping.rb, line 91 def method_missing(method, *arguments) return if @controller.nil? @controller.send!(method, *arguments) end
<code/>
<pre/>
<code/>and<pre/>for code samples.