Better visitable section

Andrew committed Feb 26, 2018
commit 8146079838311080dbc6c35948293aa9c64ea151
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -131,7 +131,7 @@ See the [API spec](#api-spec).
### Associated Models
- Say we want to associate orders with visits. Ahoy can do this automatically. Just add `visitable` to the model.
+ Say we want to associate orders with visits. Just add `visitable` to the model.
```ruby
class Order < ApplicationRecord