Created
December 22, 2015 09:57
-
-
Save palkan/2619417a669c0c35df7a to your computer and use it in GitHub Desktop.
CounterCulture skip after commit
This file contains hidden or 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
def _after_commit_hook | |
super unless skip_after_commit_hook | |
@_counter_culture_active = false | |
end | |
def skip_after_commit_hook | |
false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment