Module: HealthRails::DSL

Defined in:
lib/health_rails/dsl.rb

Defined Under Namespace

Classes: HealthCheckFailure

Instance Method Summary collapse

Instance Method Details

#check(description, auto_activated = true, &health_check_block) ⇒ Object



6
7
8
# File 'lib/health_rails/dsl.rb', line 6

def check(description, auto_activated=true, &health_check_block)
  HealthRails::HealthCheck.check(description, auto_activated, &health_check_block)
end