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