Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- class HttpsController < CheckController
- protected
- def type
- :https
- end
-
- def worker
- HTTPSWorker
- end
-
- def tls_type
- 'HTTPS'
- end
-
- def default_args
- 443
- end
- end
|