Changeset 1226

Show
Ignore:
Timestamp:
07/22/08 22:56:15 (6 months ago)
Author:
alban
Message:

Initialisation du plugin Google Analytics dans tous les environnements. Refs #4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/environments/production.rb

    r1225 r1226  
    1919 
    2020ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update :session_domain => '.bonnes-ondes.fr' 
    21  
    22 Rubaidh::GoogleAnalytics.tracker_id = 'UA-1896598-5' 
    23 Rubaidh::GoogleAnalytics.environments = ['production'] 
    24 Rubaidh::GoogleAnalytics.domain_name = 'bonnes-ondes.fr'