Follow-up to PR #470, remove unneeded constant.

This commit is contained in:
Jon Atack 2014-11-15 23:04:57 +01:00
parent 05ee13bfc4
commit 60e7ef0fac
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ module Ransack
SORT = 'sort'.freeze
SORT_LINK = 'sort_link'.freeze
SEARCH = 'search'.freeze
DEFAULT_SEARCH_KEY = 'q'.freeze
ATTRIBUTE = 'attribute'.freeze
COMBINATOR = 'combinator'.freeze
SPACE = ' '.freeze