lib/ransack/constants.rb in ransack-3.1.0 vs lib/ransack/constants.rb in ransack-3.2.0
- old
+ new
@@ -43,12 +43,9 @@
NOT_EQ = 'not_eq'.freeze
EQ_ANY = 'eq_any'.freeze
NOT_EQ_ALL = 'not_eq_all'.freeze
CONT = 'cont'.freeze
- RAILS_6_0 = '6.0.0'.freeze
- RAILS_6_1 = '6.1.0'.freeze
-
RANSACK_SLASH_SEARCHES = 'ransack/searches'.freeze
RANSACK_SLASH_SEARCHES_SLASH_SEARCH = 'ransack/searches/search'.freeze
end
end