Module: Renderer

Includes:
ActionView::Helpers::TagHelper
Defined in:
lib/google_recaptcha/renderer.rb

Instance Method Summary collapse

Instance Method Details

#recaptcha_htmlObject



5
6
7
# File 'lib/google_recaptcha/renderer.rb', line 5

def recaptcha_html
  "<div class='g-recaptcha' data-sitekey='#{GoogleRecaptcha.configuration.site_key}'></div>".html_safe
end