class Ransack::Name

def initialize

def initialize
  super(Constants::CAP_SEARCH)
  @singular     = Constants::SEARCH
  @plural       = Constants::SEARCHES
  @element      = Constants::SEARCH
  @human        = Constants::CAP_SEARCH
  @collection   = Constants::RANSACK_SLASH_SEARCHES
  @partial_path = Constants::RANSACK_SLASH_SEARCHES_SLASH_SEARCH
  @param_key    = Constants::Q
  @route_key    = Constants::SEARCHES
  @i18n_key     = :ransack
end