We should be able to anonymize for model's associations with on one single method lie below/ ``` class User < ApplicationRecord has_many :orders anonymize_association :orders end ```
We should be able to anonymize for model's associations with on one single method lie below/