instance method
extensions
Ruby on Rails 6.1.7.10
Since v4.0.13Signature
extensions()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 405
def extensions
exec_query("SELECT extname FROM pg_extension", "SCHEMA").cast_values
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 405
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter