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

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

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