Skip to content

Commit

Permalink
fix analytics plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Sep 2, 2010
1 parent e664a47 commit 86892d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/googleanalytics_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
ANALYTICS = <<-ANALYTICS
app.use Rack::GoogleAnalytics, :tracker => 'UA-xxxxxx-x'
ANALYTICS
require_dependencies 'rack-google-analytics'
require_dependencies 'rack-google-analytics', :require => 'rack/google-analytics'
initializer :analytics, ANALYTICS

0 comments on commit 86892d9

Please sign in to comment.