Created
November 29, 2016 07:50
-
-
Save retgoat/de7fa6601df61993002490fb72a25003 to your computer and use it in GitHub Desktop.
Rails : skip all before filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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