Sha256: a4c9fc47aca906228d6792d4d8244b3f7e976355103346f092f2e55255c9ef9e

Contents?: true

Size: 168 Bytes

Versions: 6

Compression:

Stored size: 168 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yandex_captcha-0.4.3.8 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3.7 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3.6 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3.5 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3.4 app/controllers/yandex_captcha/captcha_controller.rb
yandex_captcha-0.4.3.3 app/controllers/yandex_captcha/captcha_controller.rb