Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
12 Zeilen
306 B
Ruby
12 Zeilen
306 B
Ruby
class CustomWizard::Api::LogSerializer < ::ApplicationSerializer
|
|
attributes :log_id,
|
|
:time,
|
|
:status,
|
|
:url,
|
|
:error,
|
|
:user_id,
|
|
:username,
|
|
:userpath,
|
|
:name,
|
|
:avatar_template
|
|
end
|