Flowdock
method

append_filter_to_chain

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::Filters::FilterChain
append_filter_to_chain(filters, filter_type, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/filters.rb, line 250
      def append_filter_to_chain(filters, filter_type, &block)
        pos = find_filter_append_position(filters, filter_type)
        update_filter_chain(filters, filter_type, pos, &block)
      end
Register or log in to add new notes.