Searching for an 'attr_protected' equivalent for Rails 6
gem protected_attributes which served the purpose from rails 4 onwards, needs activemodel < 5.0 and hence is not solving for rails 6.
Any alternatives or better solution for achieving the behavior?