Class: FiberedMysql2::FiberedMysql2Adapter
- Inherits:
-
ActiveRecord::ConnectionAdapters::EMMysql2Adapter
- Object
- ActiveRecord::ConnectionAdapters::EMMysql2Adapter
- FiberedMysql2::FiberedMysql2Adapter
- Defined in:
- lib/active_record/connection_adapters/fibered_mysql2_adapter.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ FiberedMysql2Adapter
constructor
A new instance of FiberedMysql2Adapter.
Constructor Details
#initialize(*args) ⇒ FiberedMysql2Adapter
Returns a new instance of FiberedMysql2Adapter.
82 83 84 |
# File 'lib/active_record/connection_adapters/fibered_mysql2_adapter.rb', line 82 def initialize(*args) super end |