Added note about ActiveRecord

Andrew Kane committed Jun 21, 2016
commit a1d67056b8797d00c80d7f2c61639309afd9d643
Showing 1 changed file with 2 additions and 0 deletions
README.md +2 -0
@@ @@ -489,6 +489,8 @@ The same approach also works with visitor tokens.
### Querying Properties
+ With ActiveRecord, use:
+
```ruby
Ahoy::Event.where_properties(store_id: 1).count
```