class ActiveRecord::ConnectionAdapters::MakaraPostgreSQLAdapter
Public Class Methods
visitor_for(*args)
click to toggle source
# File lib/active_record/connection_adapters/makara_postgresql_adapter.rb, line 16 def visitor_for(*args) ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.visitor_for(*args) end
Protected Instance Methods
active_record_connection_for(config)
click to toggle source
# File lib/active_record/connection_adapters/makara_postgresql_adapter.rb, line 23 def active_record_connection_for(config) ::ActiveRecord::Base.postgresql_connection(config) end