method

all_foreign_keys_valid?

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SQLite3Adapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

all_foreign_keys_valid?()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 214
      def all_foreign_keys_valid? # :nodoc:
        execute("PRAGMA foreign_key_check").blank?
      end