略過文字內容 略過搜尋

使用非字串或符號的鍵初始化 Parameters 時引發。

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