Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
5 Zeilen
146 B
Ruby
5 Zeilen
146 B
Ruby
# frozen_string_literal: true
|
|
class CustomWizard::Api::BasicEndpointSerializer < ::ApplicationSerializer
|
|
attributes :id,
|
|
:name
|
|
end
|