Method: Arql::App#connect_options
- Defined in:
- lib/arql/app.rb
#connect_options ⇒ Object
38 39 40 41 42 43 44 45 46 47 |
# File 'lib/arql/app.rb', line 38 def connect_conf = effective_config.slice(:adapter, :host, :username, :password, :database, :encoding, :pool, :port, :socket) if effective_config[:ssh].present? connect_conf.merge!(start_ssh_proxy!) end connect_conf end |