method
supports_foreign_tables?
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
supports_foreign_tables?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 329
def supports_foreign_tables?
postgresql_version >= 90300
end