Class: Calagator::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/calagator/application_controller.rb

Defined Under Namespace

Classes: Helper

Instance Method Summary collapse

Instance Method Details

#recaptcha_enabled?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'app/controllers/calagator/application_controller.rb', line 23

def recaptcha_enabled?
  Recaptcha.configuration.public_key.present?
end