From d678e1434d79e07f004f75f482b20059263edccb Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 30 Jun 2014 17:18:13 -0300 Subject: [PATCH] remove unused variable --- app/models/enterprise.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/app/models/enterprise.rb b/app/models/enterprise.rb index 27e27fe..07b5689 100644 --- a/app/models/enterprise.rb +++ b/app/models/enterprise.rb @@ -4,8 +4,6 @@ class Enterprise < Organization attr_accessible :business_name, :address_reference, :district, :tag_list, :organization_website, :historic_and_current_context, :activities_short_description, :products_per_catalog_page - SEARCH_DISPLAYS += %w[map full] - SEARCH_FILTERS = { :order => %w[more_recent more_popular more_active], :display => %w[compact full map] -- libgit2 0.21.2