Flowdock
method

permitted_scalar?

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Parameters
permitted_scalar?(value) 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_controller/metal/strong_parameters.rb, line 389
      def permitted_scalar?(value)
        PERMITTED_SCALAR_TYPES.any? {|type| value.is_a?(type)}
      end
Register or log in to add new notes.