Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
3 Zeilen
90 B
Ruby
3 Zeilen
90 B
Ruby
|
class CustomWizard::LogSerializer < ApplicationSerializer
|
||
|
attributes :message, :date
|
||
|
end
|