Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
7 Zeilen
Kein EOL
171 B
Ruby
7 Zeilen
Kein EOL
171 B
Ruby
class CustomWizard::RealtimeValidation
|
|
cattr_accessor :types
|
|
@@types ||= {
|
|
suggested_topics: {type: :text, component: "alpha-validator"}
|
|
}
|
|
end
|
|
|