lib/yandex_captcha/helpers/rails.rb in yandex_captcha-0.4.3.1 vs lib/yandex_captcha/helpers/rails.rb in yandex_captcha-0.4.3.3

- old
+ new

@@ -1,8 +1,7 @@ module YandexCaptcha module Helpers module Rails - def captcha_tags(options = {}) error = options[:error] ||= ((defined? flash) ? flash[:captcha_error] : "") if options[:ajax] render partial: "yandex_captcha/captcha_ajax"