Hi! I add a condition on defined_action_methods so that it does not consider includes Helpers, but only in the controllers separately considering only their includes
Why?
Before when a controller included helpers, it considers them as unreachable_actions methods that were false positives, now with this change only include methods created in the controller
Hi! I add a condition on defined_action_methods so that it does not consider includes Helpers, but only in the controllers separately considering only their includes
Why? Before when a controller included helpers, it considers them as unreachable_actions methods that were false positives, now with this change only include methods created in the controller