Class: YandexCaptcha::CaptchaController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- YandexCaptcha::CaptchaController
- Defined in:
- app/controllers/yandex_captcha/captcha_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'app/controllers/yandex_captcha/captcha_controller.rb', line 4 def show respond_with YandexCaptcha::Verify.get_captcha end |