Update docs to state that #search *will* be deprecated in v2.0

[skip ci]
This commit is contained in:
Jon Atack 2015-12-20 22:54:45 +01:00
parent 7070d40b03
commit e4975374ea
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ Article.search(params[:q])
```
Users have reported issues of `#search` name conflicts with other gems, so
the `#search` method alias might be deprecated in the next major version of
the `#search` method alias will be deprecated in the next major version of
Ransack (2.0). It's advisable to use the default `#ransack` instead.
For now, if Ransack's `#search` method conflicts with the name of another