0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/serializers/custom_wizard/log_serializer.rb

3 Zeilen
90 B
Ruby

2020-04-15 02:46:44 +02:00
class CustomWizard::LogSerializer < ApplicationSerializer
attributes :message, :date
end