merqlove/yandex-captcha

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

Summary

Maintainability
A
0 mins
Test Coverage
module YandexCaptcha
  class ApplicationController < ActionController::Base
    protect_from_forgery
  end
end