There's no documentation for this item.
# File action_controller/filters.rb, line 653 def filter_responds_to_before_and_after(filter) #:nodoc: filter.respond_to?(:before) && filter.respond_to?(:after) end
<code/>
<pre/>
<code/>and<pre/>for code samples.