Method: Pakyow::Data::Adapters::Sql::Migrator::AdapterMethods::Sqlite.globalize_connection_opts!
- Defined in:
- lib/pakyow/data/adapters/sql/migrator/adapter_methods.rb
.globalize_connection_opts!(connection_opts) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
87 88 89 |
# File 'lib/pakyow/data/adapters/sql/migrator/adapter_methods.rb', line 87 def self.globalize_connection_opts!(connection_opts) # nothing to do here end |