Class: FiberedMysql2::FiberedMysql2Adapter
- Inherits:
-
ActiveRecord::ConnectionAdapters::Mysql2Adapter
- Object
- ActiveRecord::ConnectionAdapters::Mysql2Adapter
- FiberedMysql2::FiberedMysql2Adapter
- Includes:
- FiberedMysql2Adapter_6
- Defined in:
- lib/active_record/connection_adapters/fibered_mysql2_adapter.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ FiberedMysql2Adapter
constructor
A new instance of FiberedMysql2Adapter.
Methods included from FiberedMysql2Adapter_6
Constructor Details
#initialize(*args) ⇒ FiberedMysql2Adapter
Returns a new instance of FiberedMysql2Adapter.
66 67 68 |
# File 'lib/active_record/connection_adapters/fibered_mysql2_adapter.rb', line 66 def initialize(*args) super end |