Skip to content

Instantly share code, notes, and snippets.

@semipermeable
Created October 25, 2011 17:17
Show Gist options
  • Save semipermeable/1313545 to your computer and use it in GitHub Desktop.
Save semipermeable/1313545 to your computer and use it in GitHub Desktop.
Kissmetrics Tddium Initializer
# config/initializers/km.rb
require 'tmpdir'
KM.init(YOUR_API_KEY, :log_dir => File.join(Dir.tmpdir, "km_log"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment