Simpler example

Andrew Kane committed Jan 13, 2017
commit 758167629ed864f2f14d139dc2355144edb9b795
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -305,7 +305,7 @@ class ApplicationController < ActionController::Base
protected
def track_action
- ahoy.track "Processed #{controller_name}##{action_name}", request.filtered_parameters
+ ahoy.track "Viewed #{controller_name}##{action_name}"
end
end
```