I implemented the method described in #396 Importing CSV and Excel which worked fine in Rails 4.
Now I want to do the same in a Rails 5 application. But, it looks like accessible_attributes is deprecated, as I get an Undefined method accessible_attributes for ...
when trying to use it.
How to smartly retrieve the list of strong parameters now ?
Thanks.