Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.
# File src/rails-1.2.1/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 35 def adapter_name 'Abstract' end
Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.