0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/lib/custom_wizard/realtime_validation.rb
2021-01-30 23:16:04 +05:30

7 Zeilen
Kein EOL
171 B
Ruby

class CustomWizard::RealtimeValidation
cattr_accessor :types
@@types ||= {
suggested_topics: {type: :text, component: "alpha-validator"}
}
end