Consider appending to ignored_columns as a best practice
silva96 opened this issue · 1 comments
silva96 commented
Hi, I was adding an ignored column and Rubocop Rails mentioned we better append to them instead of assigning.
Here's the ruby style guide that explains why.
https://rails.rubystyle.guide/#append-ignored-columns
We could suggest appending in the readme instead of assigning,
What do you think?