Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
4 Zeilen
126 B
Ruby
4 Zeilen
126 B
Ruby
# frozen_string_literal: true
|
|
class CustomWizard::BasicWizardSerializer < ::ApplicationSerializer
|
|
attributes :id, :name
|
|
end
|