Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created September 8, 2008 16:20
Show Gist options
  • Save wmoxam/9475 to your computer and use it in GitHub Desktop.
Save wmoxam/9475 to your computer and use it in GitHub Desktop.
module ActionController
module Benchmarking
module ClassMethods
private
def perform_action_with_benchmark
logger.info("I am a carrot.")
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment