seattlerb / debride

Analyze code for potentially uncalled / dead methods, now with auto-removal.
https://www.zenspider.com/projects/debride.html
720 stars 19 forks source link

Update rails support #31

Closed phiggins closed 7 years ago

phiggins commented 7 years ago

I noticed the other day that debride did not count scopes and relations as method definitions in rails models. This PR aims to fix that.

While I was in here I did a few more odds and ends:

zenspider commented 7 years ago

Done. Thanks!