As we can see in ActionController::Base, before_action is just a new syntax for before_filter.
However the before_filter syntax is deprecated in Rails 5.0 and will be removed in Rails 5.1
As we can see in ActionController::Base, before_action is just a new syntax for before_filter.
However the before_filter syntax is deprecated in Rails 5.0 and will be removed in Rails 5.1