rails_best_practices icon indicating copy to clipboard operation
rails_best_practices copied to clipboard

remove unused methods is suggest if method is used by prepend_before_action

Open ydkn opened this issue 10 years ago • 1 comments

If you use prepend_before_action (or the old prepend_before_filter) the railsbp reports that the method is not used and should be removed.

ydkn avatar Aug 01 '14 14:08 ydkn

Same deal with before_action, after_action, around_action and their _filter aliases. We get false positives on all of them.

hakanai avatar Jul 28 '16 03:07 hakanai