Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created June 11, 2009 17:58
Show Gist options
  • Save carllerche/128118 to your computer and use it in GitHub Desktop.
Save carllerche/128118 to your computer and use it in GitHub Desktop.
module NewRelic
class MerbBootLoader < Merb::BootLoader
after Merb::BootLoader::ChooseAdapter
def self.run
NewRelic::Control.instance.init_plugin
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment