Rails 7 allows permitting numeric params
Rails 7 eliminates the issue of permitting nested hash. Now required attributes can be permitted by calling the permit method directly on the parent hash.
https://blog.saeloun.com/2022/03/08/rails-7-allows-permitting-numeric-params
Post a comment