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