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