# File lib/action_controller/filters.rb, line 265 def append_after_filter(*filters, &block) prepend_filter_to_chain(filters, :after, &block) end