1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

Update README: Polyamorous master now supports Rails 4.1

This commit is contained in:
jonatack 2014-01-06 00:47:33 +01:00
parent eaec85a532
commit 674bdc9ef1

View file

@ -36,7 +36,7 @@ Finally, if you are trying out Rails 4.1.0.beta1, use the [Rails 4.1 branch](htt
```ruby
gem "ransack", github: "activerecord-hackery/ransack", branch: "rails-4.1"
gem "polyamorous", github: "activerecord-hackery/polyamorous", branch: "rails-4.1"
gem "polyamorous", github: "activerecord-hackery/polyamorous"
```
## Usage