I'm using the gem FriendlyId so one of my model does:
extend FriendlyId
So in the model I have:
def should_generate_new_friendly_id?
And so the method is used by the model but marked as unused "Unused Methods In Models" by the gem. Would be nice to include extended Classes in the search in order to avoid those false positive.
I'm using the gem FriendlyId so one of my model does:
So in the model I have:
And so the method is used by the model but marked as unused "Unused Methods In Models" by the gem. Would be nice to include extended Classes in the search in order to avoid those false positive.