Class: HhMenu::RestaurantSerializer

Inherits:
ApplicationSerializer
  • Object
show all
Defined in:
app/serializers/hh_menu/restaurant_serializer.rb

Overview

typed: ignore frozen_string_literal: true

Instance Method Summary collapse

Instance Method Details

#decoratedObject



25
26
27
# File 'app/serializers/hh_menu/restaurant_serializer.rb', line 25

def decorated
  @decorated ||= object.decorate
end