Class: GovukHealthcheck::ActiveRecord
- Inherits:
-
Object
- Object
- GovukHealthcheck::ActiveRecord
- Defined in:
- lib/govuk_app_config/govuk_healthcheck/active_record.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
3 4 5 |
# File 'lib/govuk_app_config/govuk_healthcheck/active_record.rb', line 3 def name :database_connectivity end |
#status ⇒ Object
7 8 9 10 11 12 |
# File 'lib/govuk_app_config/govuk_healthcheck/active_record.rb', line 7 def status ::ActiveRecord::Base.connection OK rescue StandardError CRITICAL end |