From 60e7ef0facec784bb8efa9aeb0327e26c79709b8 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 15 Nov 2014 23:04:57 +0100 Subject: [PATCH] Follow-up to PR #470, remove unneeded constant. --- lib/ransack/constants.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ransack/constants.rb b/lib/ransack/constants.rb index 692d17b3c..14bea01fb 100644 --- a/lib/ransack/constants.rb +++ b/lib/ransack/constants.rb @@ -9,7 +9,6 @@ module Constants SORT = 'sort'.freeze SORT_LINK = 'sort_link'.freeze SEARCH = 'search'.freeze - DEFAULT_SEARCH_KEY = 'q'.freeze ATTRIBUTE = 'attribute'.freeze COMBINATOR = 'combinator'.freeze SPACE = ' '.freeze