method

corrections

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ParameterMissing
corrections() 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/metal/strong_parameters.rb, line 33
      def corrections # :nodoc:
        @corrections ||= DidYouMean::SpellChecker.new(dictionary: keys).correct(param.to_s)
      end
Register or log in to add new notes.