Skip to content

Commit

Permalink
Add initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Juneja committed Jan 30, 2015
1 parent 9253fb1 commit 6daf468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/recaptcha.rb
@@ -0,0 +1,5 @@
Recaptcha.configure do |config|
config.public_key = Rails.application.secrets.recaptcha_public_key
config.private_key = Rails.application.secrets.recaptcha_secret_key
config.api_version = 'v2'
end

0 comments on commit 6daf468

Please sign in to comment.