Skip to content

Commit

Permalink
individual provider caching disabeling
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed May 2, 2019
1 parent 2517e9c commit e2bd137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/serializers/provider_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2bd137

Please sign in to comment.