rails 开发中 5.1版本使用binding.pry会报  ActionController::UnfilteredParameters: unable to convert unpermitted parameters to hash
可以在下面文件中设置
applicaiton.rb

if Rails.env.development?
config.action_controller.permit_all_parameters = true
end

相关文章:

  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-12-17
猜你喜欢
  • 2021-05-25
  • 2021-10-22
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案