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
|
|
|