SyntaxFix
Write A Post
Hire A Developer
Questions
As we can see in ActionController::Base, before_action is just a new syntax for before_filter.
ActionController::Base
before_action
before_filter
However all before_filters syntax are deprecated in Rails 5.0 and will be removed in Rails 5.1
before_filters