class Healthchecker::Checks::Database

Public Instance Methods

check!() click to toggle source
# File lib/healthchecker/checks/database.rb, line 6
def check!
  return if ActiveRecord::Migrator.current_version
end