• R
    Implement ActionController::Parameters#to_query and #to_param · 29333ddb
    Rafael Mendonça França 提交于
    Previously it was raising an error because it may be unsafe to use those
    methods in a unpermitted parameter. Now we delegate to to_h that already
    raise an error when the Parameters instance is not permitted.
    
    This also fix a bug when using `#to_query` in a hash that contains a
    `ActionController::Parameters` instance and was returning the name of the
    class in the string.
    29333ddb
required_params_test.rb 3.3 KB