Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
4 Zeilen
116 B
Ruby
4 Zeilen
116 B
Ruby
class CustomWizard::Api::BasicEndpointSerializer < ::ApplicationSerializer
|
|
attributes :id,
|
|
:name
|
|
end
|