adapter_name() Ver: 2.0.1
From: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter Version 2.0.1
Comments

Returns ‘PostgreSQL’ as adapter name for identification purposes.

Sourcecode
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.1/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 228
      def adapter_name
        'PostgreSQL'
      end
Add New Note User Added Notes