Skip to content

Commit

Permalink
Merge pull request #1220 from d-m-u/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
scarroll32 authored Apr 22, 2021
2 parents 0bd4afe + 4e5d406 commit 543b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class UserWithManyAttributes < ActiveRecord::Base
end
```

If this approach is taken, it is advisible to [add a functional index](https://www.postgresql.org/docs/13/citext.html).
If this approach is taken, it is advisable to [add a functional index](https://www.postgresql.org/docs/13/citext.html).

This was originally asked in [a Ransack issue](https://github.com/activerecord-hackery/ransack/issues/1201) and a solution was found on [Stack Overflow](https://stackoverflow.com/a/34677378).

Expand Down

0 comments on commit 543b34f

Please sign in to comment.