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