Method: Arql::App#connect_options
- Defined in:
- lib/arql/app.rb
#connect_options ⇒ Object
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/arql/app.rb', line 37 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 |