Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.1/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 37 def adapter_name 'Abstract' end
Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.