Viewed -> Ran [skip ci]
Andrew
committed Feb 28, 2018
commit 89cfce72afa7e4e2177564ab552b786086d89cf0
Showing 1
changed file with
1 additions
and 1 deletions
README.md
+1
-1
| @@ | @@ -120,7 +120,7 @@ class ApplicationController < ActionController::Base |
| protected | |
| def track_action | |
| - | ahoy.track "Viewed action", request.path_parameters |
| + | ahoy.track "Ran action", request.path_parameters |
| end | |
| end | |
| ``` | |