Skip to content

Commit

Permalink
updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
caryfitzhugh committed Nov 28, 2012
1 parent 25267de commit db82a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/truestack_rails/browser_tracking.rb
Expand Up @@ -4,7 +4,7 @@ def truestack_browser_tracker
if TruestackRails::Configuration.enable_browser_tracking?
img_url = URI::HTTP.build(
:host => TruestackClient.config.host,
:path => "/app/collector/browser",
:path => "/api/collector/browser",
:query => {
:truestack => {
:name => "#{controller_name}##{action_name}"},
Expand Down
2 changes: 1 addition & 1 deletion lib/truestack_rails/version.rb
@@ -1,3 +1,3 @@
module TruestackRails
VERSION = "0.1.10"
VERSION = "0.1.11"
end

0 comments on commit db82a97

Please sign in to comment.