Commit d678e1434d79e07f004f75f482b20059263edccb
1 parent
b5e98a04
Exists in
master
and in
22 other branches
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,8 +4,6 @@ class Enterprise < Organization | ||
4 | 4 | ||
5 | attr_accessible :business_name, :address_reference, :district, :tag_list, :organization_website, :historic_and_current_context, :activities_short_description, :products_per_catalog_page | 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 | SEARCH_FILTERS = { | 7 | SEARCH_FILTERS = { |
10 | :order => %w[more_recent more_popular more_active], | 8 | :order => %w[more_recent more_popular more_active], |
11 | :display => %w[compact full map] | 9 | :display => %w[compact full map] |