Skip to content

Instantly share code, notes, and snippets.

@retgoat
Created November 29, 2016 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retgoat/de7fa6601df61993002490fb72a25003 to your computer and use it in GitHub Desktop.
Save retgoat/de7fa6601df61993002490fb72a25003 to your computer and use it in GitHub Desktop.
Rails : skip all before filters
skip_filter *_process_action_callbacks.map(&:filter), :only => [:action_goes_here]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment