Class: Csv2Psql::ConfigHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/csv2psql/helpers/config_helper.rb

Overview

CSV Helper

Class Method Summary collapse

Class Method Details

.config(path = Config::CONFIG_PATH) ⇒ Object



9
10
11
# File 'lib/csv2psql/helpers/config_helper.rb', line 9

def config(path = Config::CONFIG_PATH)
  Config.config(path)
end