Sha256: 2f7d491ed0b9eed92efbf3e0f887e85c5bd306b9e5479fc8294fd4b1d83ac661

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

if !configatron.allow_anonymous_commenting.nil? || !configatron.require_captcha_on_signup.nil?
  Recaptcha.configure do |config|
    config.public_key  = configatron.recaptcha_pub_key
    config.private_key = configatron.recaptcha_priv_key
  end  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
community_engine-2.3.2 config/initializers/recaptcha_constants.rb
community_engine-2.3.1 config/initializers/recaptcha_constants.rb
community_engine-2.3.0 config/initializers/recaptcha_constants.rb
community_engine-2.1.0 config/initializers/recaptcha_constants.rb
community_engine-2.0.0 config/initializers/recaptcha_constants.rb
community_engine-2.0.0.beta3 config/initializers/recaptcha_constants.rb