Discourage direct use of ignored_columns in models
This discourages the use of `self.ignored_columns += ...` in models and instead suggests to use `IgnorableColumns` concern and `ignore_column` methods provided.
Showing
Please register or sign in to comment