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