Flowdock
method

binary_params_for?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActionDispatch::Http::Parameters
binary_params_for?(controller, action) private

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_dispatch/http/parameters.rb, line 100
        def binary_params_for?(controller, action)
          controller_class_for(controller).binary_params_for?(action)
        rescue NameError
          false
        end
Register or log in to add new notes.