instance method
supports_comments?
Ruby on Rails 7.1.6
Since v5.2.8.1Signature
supports_comments?()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 254
def supports_comments?
true
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 254
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter