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

5 Zeilen
146 B
Ruby

2021-03-11 07:30:15 +01:00
# frozen_string_literal: true
2020-04-15 02:46:44 +02:00
class CustomWizard::LogSerializer < ApplicationSerializer
2021-08-10 15:18:02 +02:00
attributes :date, :wizard, :action, :user, :message
2021-03-11 07:30:15 +01:00
end