Skip to content

Instantly share code, notes, and snippets.

@XeeD
Created June 18, 2014 08:49
Show Gist options
  • Save XeeD/3c300421bfffb33bd370 to your computer and use it in GitHub Desktop.
Save XeeD/3c300421bfffb33bd370 to your computer and use it in GitHub Desktop.
AASM::Event.class_eval do
def fire_callbacks_with_logging(*args, &block)
fire_callbacks_without_logging(*args, &block)
end
alias_method_chain :fire_callbacks, :logging
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment