Skip to content

Instantly share code, notes, and snippets.

@timoschilling
Created September 29, 2015 15:00
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 timoschilling/f7a37ae17aef0c9a22c2 to your computer and use it in GitHub Desktop.
Save timoschilling/f7a37ae17aef0c9a22c2 to your computer and use it in GitHub Desktop.
ActiveSupport::Notifications unsubscribe by regex
ActiveSupport::Subscriber.subscribers.flat_map(&:patterns).grep(/trailblazer/).map &ActiveSupport::Notifications.method(:unsubscribe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment