Skip to content

Instantly share code, notes, and snippets.

@palin
Created November 11, 2013 19:20
Show Gist options
  • Select an option

  • Save palin/7418742 to your computer and use it in GitHub Desktop.

Select an option

Save palin/7418742 to your computer and use it in GitHub Desktop.
def setup_negative_captcha
@captcha = NegativeCaptcha.new(
secret: ENV['NEGATIVE_CAPTCHA_SECRET'],
spinner: request.remote_ip,
fields: [:author, :content],
params: params
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment