Navigation Menu

Skip to content

Commit

Permalink
tiny cleanup of tracking controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Vlcek committed Aug 24, 2011
1 parent e75f71a commit 5206909
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/ga_controllers/tracking_controller.rb
Expand Up @@ -2,9 +2,7 @@ module GAControllers
module TrackingController

def ga_tracker
@ga_tracker ||= begin
GATracker.new(ga_params)
end
@ga_tracker ||= GATracker.new(ga_params)
end

protected
Expand Down Expand Up @@ -35,7 +33,5 @@ def ga_params
:utmvid => visitor_uuid
}
end


end
end

0 comments on commit 5206909

Please sign in to comment.