instance method
adapter_name
Ruby on Rails 5.2.8.1
Since v2.2.3Signature
adapter_name()
Returns the human-readable name of the adapter. Use mixed case - one can always use downcase if needed.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 213
def adapter_name
self.class::ADAPTER_NAME
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 213
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter