Commit d678e1434d79e07f004f75f482b20059263edccb

Authored by Leandro Santos
1 parent b5e98a04

remove unused variable

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/models/enterprise.rb
... ... @@ -4,8 +4,6 @@ class Enterprise < Organization
4 4  
5 5 attr_accessible :business_name, :address_reference, :district, :tag_list, :organization_website, :historic_and_current_context, :activities_short_description, :products_per_catalog_page
6 6  
7   - SEARCH_DISPLAYS += %w[map full]
8   -
9 7 SEARCH_FILTERS = {
10 8 :order => %w[more_recent more_popular more_active],
11 9 :display => %w[compact full map]
... ...