1
0
Fork 0
discourse-custom-wizard-unl.../serializers/custom_wizard/log_serializer.rb
2021-08-31 14:33:16 +08:00

4 Zeilen
146 B
Ruby

# frozen_string_literal: true
class CustomWizard::LogSerializer < ApplicationSerializer
attributes :date, :wizard, :action, :user, :message
end