class Healthchecker::Checks::Migration
Public Instance Methods
check!()
click to toggle source
# File lib/healthchecker/checks/migration.rb, line 6 def check! ActiveRecord::Migration.check_pending! end
# File lib/healthchecker/checks/migration.rb, line 6 def check! ActiveRecord::Migration.check_pending! end