Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use default indices_path path (#433)
Once I run `rake chewy:reset` it raised an error with: ``` TypeError: no implicit conversion of nil into String ``` Once I set `indices_path` in a chewy.yml file then this issue was solved. Since this change now `indices_path` used by default, so you don't need to set it through chewy.yml.
- Loading branch information