Project

General

Profile

« Previous | Next » 

Revision e63d0123

Added by Dominic Cleal about 7 years ago

fixes #18568 - replace deprecated AC::Parameters#update

The #update method in Rails 5 is returning a HWIA rather than the
ActionController::Parameters instance, causing keep_param to return the
wrong object type. It is also deprecated in 5.0, so replace it with a
simpler and supported assignment through #[]=.

  • added
  • modified
  • copied
  • renamed
  • deleted