• R
    Fix exception overwritten for parameters fetch method · 780af27b
    Roque Pinel 提交于
    When executing an `ActionController::Parameters#fetch` with a block
    that raises a `KeyError` the raised `KeyError` will be rescued and
    converted to an `ActionController::ParameterMissing` exception,
    covering up the original exception.
    
    [Jonas Schubert Erlandsson & Roque Pinel]
    780af27b
strong_parameters.rb 26.4 KB