跳过至内容 跳过至搜索

当使用非字符串或符号键初始化 Parameters 时引发。

ActionController::Parameters.new(123 => 456)
# => ActionController::InvalidParameterKey: all keys must be Strings or Symbols, got: Integer