0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-01-30 18:38:57 +01:00
discourse-custom-wizard/serializers/custom_wizard/log_serializer.rb

5 Zeilen
121 B
Ruby

2021-03-11 17:30:15 +11:00
# frozen_string_literal: true
2020-04-15 10:46:44 +10:00
class CustomWizard::LogSerializer < ApplicationSerializer
attributes :message, :date
2021-03-11 17:30:15 +11:00
end