Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
f331f80cbb
- New api metadata model - New api id system - Minor UI updates
3 Zeilen
94 B
Ruby
3 Zeilen
94 B
Ruby
class CustomWizard::BasicApiSerializer < ApplicationSerializer
|
|
attributes :name, :title
|
|
end
|