Skip to content

Commit 6ad5454

Browse files
author
Nicolas Rodriguez
committed
Update README [ci skip]
1 parent c017f4f commit 6ad5454

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
> This gem is targeted at Datatables version 1.10.x.
1414
>
1515
> It's tested against :
16-
> * Rails 4.2.8 / 5.0.2 / 5.1.0
16+
> * Rails 4.0.13 / 4.1.15 / 4.2.8 / 5.0.2 / 5.1.0
1717
> * Ruby 2.2.7 / 2.3.4 / 2.4.1
1818
> * Postgresql
1919
> * MySQL
20-
> * SQLite
2120
2221
## Description
2322

@@ -152,7 +151,7 @@ end
152151

153152
* `:like`, `:start_with`, `:end_with` for string or full text search
154153
* `:eq`, `:not_eq`, `:lt`, `:gt`, `:lteq`, `:gteq`, `:in` for numeric
155-
* `:date_range` for date range
154+
* `:date_range` for date range (only for Rails > 4.2.x)
156155
* `:null_value` for nil field
157156
* `Proc` for whatever
158157

0 commit comments

Comments
 (0)