Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
3 Zeilen
96 B
Ruby
3 Zeilen
96 B
Ruby
class CustomWizard::BasicWizardSerializer < ::ApplicationSerializer
|
|
attributes :id, :name
|
|
end
|