class Csv2Psql::ConfigHelper

CSV Helper

Public Class Methods

config(path = Config::CONFIG_PATH) click to toggle source
# File lib/csv2psql/helpers/config_helper.rb, line 9
def config(path = Config::CONFIG_PATH)
  Config.config(path)
end