method

extract_conditions!

rails latest stable - Class: ActionController::Filters::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.1.6) is shown here.

extract_conditions!(filters)
private

No documentation available.

# File actionpack/lib/action_controller/filters.rb, line 322
        def extract_conditions!(filters)
          return nil unless filters.last.is_a? Hash
          filters.pop
        end