Module: Api::Vendor::V1::RestaurantCommonFieldsSerializer
- Extended by:
- ActiveSupport::Concern
- Included in:
- RestaurantPreviewSerializer, RestaurantSerializer
- Defined in:
- app/serializers/api/vendor/v1/restaurant_common_fields_serializer.rb
Instance Method Summary collapse
Instance Method Details
#object_cache_key ⇒ Object
121 122 123 |
# File 'app/serializers/api/vendor/v1/restaurant_common_fields_serializer.rb', line 121 def object_cache_key "#{self.class.name}:#{object.view_cache_key}:ads#{[:ads].present?}" end |