• Y
    Implement AR#inspect using ParamterFilter. · 32b03b46
    Yoshiyuki Kinjo 提交于
    AR instance support `filter_parameters` since #33756.
    Though Regex or Proc is valid as `filter_parameters`,
    they are not supported as AR#inspect.
    
    I also add :mask option and #filter_params to
    `ActiveSupport::ParameterFilter#new` to implement this.
    32b03b46
attribute_methods.rb 16.6 KB