Sha256: 6c796ed418436d5f63501164198af60d910caa652cc43ef0c6ebe1e4c1351ef0

Contents?: true

Size: 190 Bytes

Versions: 4

Compression:

Stored size: 190 Bytes

Contents

module YandexCaptcha
  class CaptchaController < YandexCaptcha::ApplicationController
    respond_to :json
    def show
      respond_with YandexCaptcha::Verify.get_captcha
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yandex_captcha-0.4.3.1 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.1 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.0 app/controllers/yandex_captcha/captcha_controller.rb