Sha256: b9d0fe661319e6168726b56214e4b10194f9414159f2151ea7b68deac054f952
Contents?: true
Size: 255 Bytes
Versions: 24
Compression:
Stored size: 255 Bytes
Contents
# -*- encoding : utf-8 -*- Recaptcha.configure do |config| config.public_key = Wagn.config.recaptcha_public_key || nil config.private_key = Wagn.config.recaptcha_private_key || nil config.proxy = Wagn.config.recaptcha_proxy || nil end
Version data entries
24 entries across 24 versions & 1 rubygems