Actions
Refactor #15720
closedReplace *_filter in controllers with *_action
Description
Rails 5.0 deprecations the before/after_filter type helpers in controllers in favour of *_action replacements. The name simply needs changing.
Rubocop also provides a currently disabled cop to enforce the newer syntax that can be enabled.
Actions