Commit 60deb2e6a5f35c6ff4ddcaccc855739955dc3b27

Authored by Dan Croak
1 parent bb5913ca

added google analytics

.gems
... ... @@ -3,4 +3,5 @@ ambethia-smtp-tls --version '1.1.2' --source gems.github.com
3 3 tobi-delayed_job --version '1.7.0' --source gems.github.com
4 4 thoughtbot-paperclip --version '2.2.9.2' --source gems.github.com
5 5 right_aws --version '1.10.0'
  6 +rubaidh-google_analytics --version '1.1.4' --source gems.github.com
6 7  
... ...
config/initializers/google_analytics.rb 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +# Insert your own tracker id
  2 +# Rubaidh::GoogleAnalytics.tracker_id = 'UA-12345-67'
... ...