method
supports_datetime_with_precision?
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
supports_datetime_with_precision?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 170
def supports_datetime_with_precision?
true
end