method

update_filter_chain

update_filter_chain(filters, filter_type, pos, &block)
private

No documentation available.

# File actionpack/lib/action_controller/filters.rb, line 36
        def update_filter_chain(filters, filter_type, pos, &block)
          new_filters = create_filters(filters, filter_type, &block)
          insert(pos, new_filters).flatten!
        end