webervin/pg_helper

View on GitHub
lib/pg_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
# require 'rubygems' < - this will be required by package manager
require 'pg'

# require all of the library files
# note, you may need to specify these explicitly if there are any
# load order dependencies
require 'pg_helper/support_classes'
require 'pg_helper/query_helper'