Module: Card::Set::Self::RecaptchaSettings::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod032-recaptcha/self/recaptcha_settings.rb
Instance Method Summary collapse
Instance Method Details
#raw_help_text ⇒ Object
9 10 11 12 13 14 |
# File 'platypus/tmp/set/gem-defaults/mod032-recaptcha/self/recaptcha_settings.rb', line 9 def raw_help_text # LOCALIZE "Register your domain at Google's [[http://google.com/recaptcha|reCAPTCHA service]] "\ "and enter your site key and secret key below.<br>"\ "If you want to turn captchas off then change all [[*captcha|captcha rules]] to 'no'." end |
#view: core ⇒ Object
16 17 18 |
# File 'platypus/tmp/set/gem-defaults/mod032-recaptcha/self/recaptcha_settings.rb', line 16 view :core do [field_nest(:site_key), field_nest(:secret_key)] end |