method

binary_params_for?

rails latest stable - Class: ActionDispatch::Http::Parameters

Method deprecated or moved

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

binary_params_for?(controller, action)
private

No documentation available.

# File actionpack/lib/action_dispatch/http/parameters.rb, line 100
        def binary_params_for?(controller, action)
          controller_class_for(controller).binary_params_for?(action)
        rescue NameError
          false
        end