method
supports_ranges?
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
supports_ranges?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 320
def supports_ranges?
# Range datatypes weren't introduced until PostgreSQL 9.2
postgresql_version >= 90200
end