adapter_name() Ver: 1.1.6
From: ActiveRecord::ConnectionAdapters::AbstractAdapter Version 1.1.6
Comments

Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.

Sourcecode
# File src/rails-1.1.6/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 33
      def adapter_name
        'Abstract'
      end
Add New Note User Added Notes