diff --git a/app/serializers/provider_serializer.rb b/app/serializers/provider_serializer.rb index e1f0ac269..542fb6f86 100644 --- a/app/serializers/provider_serializer.rb +++ b/app/serializers/provider_serializer.rb @@ -3,8 +3,8 @@ class ProviderSerializer set_key_transform :camel_lower set_type :providers set_id :uid - cache_options enabled: true, cache_length: 24.hours - + # cache_options enabled: true, cache_length: 24.hours ### we cannot filter if we cache + attributes :name, :symbol, :website, :contact_name, :contact_email, :phone, :description, :region, :country, :logo_url, :organization_type, :focus_area, :is_active, :has_password, :joined, :twitter_handle, :billing_information, :ror_id, :created, :updated has_many :prefixes, record_type: :prefixes