# File lib/action_controller/filters.rb, line 489 def append_filter_to_chain(filters, position = :around, &block) write_inheritable_array('filter_chain', create_filters(filters, position, &block) ) end