Within a Rails controller, which code will prevent the parent controller's before_action :get_feature from running?
:get_feature
:redis_cache_store
prevent_action :get_feature
skip :get_feature, except: []
skip_before_action :get_feature