Merge branch 'master' into escoger_idioma_803
Conflicts: app/controllers/application_controller.rb
This commit is contained in:
@@ -21,4 +21,9 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
I18n.locale = session[:locale]
|
||||
end
|
||||
|
||||
def verify_captcha?(resource)
|
||||
return true unless recaptcha_keys?
|
||||
verify_recaptcha(model: resource)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user