Fix typo [skip ci]

This commit is contained in:
jonatack 2015-01-16 11:37:28 +01:00
parent c11f7bac12
commit e22d3d18f2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* Fix a regression
([#494](https://github.com/activerecord-hackery/ransack/issues/494))
where passing an array of routes of `search_form_for` no longer worked,
where passing an array of routes to `search_form_for` no longer worked,
and add a failing/passing test that would have caught the issue.
*Daniel Rikowski*, *Jon Atack*