0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-17 02:07:01 +01:00
discourse-custom-wizard/serializers/custom_wizard/pro_serializer.rb

7 Zeilen
305 B
Ruby

# frozen_string_literal: true
class CustomWizard::ProSerializer < ApplicationSerializer
2021-09-01 10:19:00 +08:00
attributes :server
has_one :authentication, serializer: CustomWizard::ProAuthenticationSerializer, embed: :objects
has_one :subscription, serializer: CustomWizard::ProSubscriptionSerializer, embed: :objects
2021-09-07 20:11:50 +08:00
end