Added note about methods you can use in store - #216
Andrew Kane
committed Sep 01, 2016
commit 52c3b6a768c98ef10078f75dec6a11799e8473b8
Showing 1
changed file with
2 additions
and 0 deletions
README.md
+2
-0
| @@ | @@ -238,6 +238,8 @@ class Ahoy::Store < Ahoy::Stores::ActiveRecordTokenStore |
| end | |
| ``` | |
| + | Some methods you can use are `request`, `controller`, `visit_properties`, and `ahoy`. |
| + | |
| ### Customize User | |
| If you use a method other than `current_user`, set it here: | |