Method: Myreplicator::SqlCommands.db_configs
- Defined in:
- lib/exporter/sql_commands.rb
.db_configs(db) ⇒ Object
Db configs for active record connection
50 51 52 |
# File 'lib/exporter/sql_commands.rb', line 50 def self.db_configs db ActiveRecord::Base.configurations[db] end |