method

missing_keys

Method deprecated or moved

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

missing_keys(args)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/route_set.rb, line 210
            def missing_keys(args)
              args.select{ |part, arg| arg.nil? || arg.empty? }.keys
            end