Created by: BenMorganIO
before_filter
is deprecated and we should probably be using before_action
to help with a Rails 5 update.
DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead.
Created by: BenMorganIO
before_filter
is deprecated and we should probably be using before_action
to help with a Rails 5 update.
DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead.