Class: Healthchecker::Checks::Migration

Inherits:
Healthchecker::Check show all
Defined in:
lib/healthchecker/checks/migration.rb

Instance Attribute Summary

Attributes inherited from Healthchecker::Check

#options

Instance Method Summary collapse

Methods inherited from Healthchecker::Check

#initialize, #perform_check

Constructor Details

This class inherits a constructor from Healthchecker::Check

Instance Method Details

#check!Object



6
7
8
# File 'lib/healthchecker/checks/migration.rb', line 6

def check!
  ActiveRecord::Migration.check_pending!
end