1
0
Fork 0
discourse-custom-wizard-unl.../app/serializers/custom_wizard/api/log_serializer.rb
2022-03-12 14:00:07 +01:00

14 Zeilen
324 B
Ruby

# frozen_string_literal: true
class CustomWizard::Api::LogSerializer < ::ApplicationSerializer
attributes :log_id,
:time,
:status,
:url,
:error,
:user_id,
:username,
:userpath,
:name,
:avatar_template
end