Skip to content

Instantly share code, notes, and snippets.

@palkan
Created December 22, 2015 09:57
Show Gist options
  • Save palkan/2619417a669c0c35df7a to your computer and use it in GitHub Desktop.
Save palkan/2619417a669c0c35df7a to your computer and use it in GitHub Desktop.
CounterCulture skip after commit
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