1. 17 4月, 2018 1 次提交
    • S
      Fixes StrongParameters permit! to work with nested arrays · e539f2d5
      Steve Hull 提交于
      `permit!` is intended to mark all instances of `ActionController::Parameters` as permitted, however nested arrays of params were not being marked permitted because the method did shallow iteration.
      This fixes that by flattening the array before calling `permit!` on all each item.
      e539f2d5
  2. 16 4月, 2018 1 次提交
  3. 15 4月, 2018 4 次提交
  4. 14 4月, 2018 5 次提交
  5. 13 4月, 2018 12 次提交
  6. 12 4月, 2018 10 次提交
  7. 11 4月, 2018 7 次提交