lib/ransack/constants.rb in ransack-1.8.0 vs lib/ransack/constants.rb in ransack-1.8.1
- old
+ new
@@ -1,9 +1,6 @@
module Ransack
module Constants
- ASC_ARROW = '▲'.freeze
- DESC_ARROW = '▼'.freeze
-
OR = 'or'.freeze
AND = 'and'.freeze
CAP_SEARCH = 'Search'.freeze
SEARCH = 'search'.freeze