Class: LetsEncrypt::VerificationsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LetsEncrypt::VerificationsController
- Defined in:
- app/controllers/lets_encrypt/verifications_controller.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/lets_encrypt/verifications_controller.rb', line 8 def show return render_verification_string if certificate.present? render plain: 'Verification not found', status: 404 end |