Class: CommandTower::Configuration::PasswordRecoverySession::Config

Inherits:
Base
  • Object
show all
Includes:
ClassComposer::Generator
Defined in:
lib/command_tower/configuration/password_recovery_session/config.rb

Instance Method Summary collapse

Instance Method Details

#configured?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/command_tower/configuration/password_recovery_session/config.rb', line 55

def configured?
  jwt_secret.present?
end