merqlove/yandex-captcha

View on GitHub
app/controllers/yandex_captcha/captcha_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module YandexCaptcha
  class CaptchaController < YandexCaptcha::ApplicationController
    respond_to :json
    def show
      respond_with get_captcha
    end
  end
end