Within a Rails controller, which code will prevent the parent controller’s before_action :get_feature from running?
1.skip_before_action :get_feature
2. skip :get_feature, except: []
3. prevent_action :get_feature
4.redis_cache_store
Answer:1
Posted Date:-2022-09-17 03:20:09